Color Hex Logo

#ca95ea Color Hex

#CA95EA
(202,149,234)
0 Favorites   0 Comments

Color spaces of #ca95ea

RGB 202149234
HSL0.770.670.75
HSV277°36°92°
CMYK 0.140.360.00   0.08
XYZ49.955839.992082.9282
Yxy39.99200.28900.2313
Hunter Lab63.239230.3373-33.4820
CIE-Lab69.463835.1297-35.2948

#ca95ea color RGB value is (202,149,234).

#ca95ea hex color red value is 202, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca95ea hue: 0.77 , saturation: 0.67 and the lightness value of ca95ea is 0.75.

The process color (four color CMYK) of #ca95ea color hex is 0.14, 0.36, 0.00, 0.08. Web safe color of #ca95ea is #cc99ff. Color #ca95ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 11101010
Octal 312 225 352
Decimal 202 149 234
Hex CA 95 EA

RGB Percentages of Color #ca95ea

%34.53
%25.47
%40.00

CMYK Percentages of Color #ca95ea

%14
%36
%0
%8

Triadic Colors of #ca95ea

#ca95ea #eaca95 #95eaca

Analogous Colors of #ca95ea

#ca95ea #ea95e0 #a095ea

Monochromatic Colors of #ca95ea

#ca95ea

Complementary Color

#ca95ea #b5ea95

#ca95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca95ea Color CSS Codes

.mybgcolor {background-color:#ca95ea; } 
.myforecolor {color:#ca95ea; }
.mybordercolor {border:3px solid #ca95ea; }

#ca95ea Text Font Color

<p style="color:#ca95ea">Text here</p>

This sample text font color is #ca95ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca95ea Background Color

<div style="background-color:#ca95ea">
Div content here</div>

This div background color is #ca95ea


#ca95ea Border Color

<div style="border:3px solid #ca95ea">
Div here</div>

This div border color is #ca95ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,149,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca95ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca95ea;
  -webkit-box-shadow: 1px 1px 3px 2px #ca95ea;
  box-shadow:         1px 1px 3px 2px #ca95ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,149,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca95ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca95ea;
  -webkit-box-shadow: 1px 1px 3px 2px #ca95ea;
  box-shadow:         1px 1px 3px 2px #ca95ea;">
Div content here</div>

This div box has shadow with color #ca95ea


Comments

No comments written yet.

Please login to write comment.