Color Hex Logo

#ca94ea Color Hex

#CA94EA
(202,148,234)
0 Favorites   0 Comments

Color spaces of #ca94ea

RGB 202148234
HSL0.770.670.75
HSV278°37°92°
CMYK 0.140.370.00   0.08
XYZ49.798339.676982.8756
Yxy39.67690.28890.2302
Hunter Lab62.989630.8867-33.9153
CIE-Lab69.238835.6753-35.6442

#ca94ea color RGB value is (202,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 11101010
Octal 312 224 352
Decimal 202 148 234
Hex CA 94 EA

RGB Percentages of Color #ca94ea

%34.59
%25.34
%40.07

CMYK Percentages of Color #ca94ea

%14
%37
%0
%8

Triadic Colors of #ca94ea

#ca94ea #eaca94 #94eaca

Analogous Colors of #ca94ea

#ca94ea #ea94df #9f94ea

Monochromatic Colors of #ca94ea

#ca94ea

Complementary Color

#ca94ea #b4ea94

#ca94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca94ea Color CSS Codes

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

#ca94ea Text Font Color

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

This sample text font color is #ca94ea
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.


#ca94ea Background Color

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

This div background color is #ca94ea


#ca94ea Border Color

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

This div border color is #ca94ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,148,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 #ca94ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca94ea


Comments

No comments written yet.

Please login to write comment.