Color Hex Logo

#ca88ec Color Hex

#CA88EC
(202,136,236)
0 Favorites   0 Comments

Color spaces of #ca88ec

RGB 202136236
HSL0.780.720.73
HSV280°42°93°
CMYK 0.140.420.00   0.07
XYZ48.301636.221083.8025
Yxy36.22100.28700.2152
Hunter Lab60.183937.9364-40.4291
CIE-Lab66.688442.5887-40.7196

#ca88ec color RGB value is (202,136,236).

#ca88ec hex color red value is 202, green value is 136 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca88ec hue: 0.78 , saturation: 0.72 and the lightness value of ca88ec is 0.73.

The process color (four color CMYK) of #ca88ec color hex is 0.14, 0.42, 0.00, 0.07. Web safe color of #ca88ec is #cc99ff. Color #ca88ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 11101100
Octal 312 210 354
Decimal 202 136 236
Hex CA 88 EC

RGB Percentages of Color #ca88ec

%35.19
%23.69
%41.11

CMYK Percentages of Color #ca88ec

%14
%42
%0
%7

Triadic Colors of #ca88ec

#ca88ec #ecca88 #88ecca

Analogous Colors of #ca88ec

#ca88ec #ec88dc #9888ec

Monochromatic Colors of #ca88ec

#ca88ec

Complementary Color

#ca88ec #aaec88

#ca88ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca88ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca88ec Color CSS Codes

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

#ca88ec Text Font Color

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

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


#ca88ec Background Color

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

This div background color is #ca88ec


#ca88ec Border Color

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

This div border color is #ca88ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca88ec


Comments

No comments written yet.

Please login to write comment.