Color Hex Logo

#ca87ee Color Hex

#CA87EE
(202,135,238)
0 Favorites   0 Comments

Color spaces of #ca87ee

RGB 202135238
HSL0.780.750.73
HSV279°43°93°
CMYK 0.150.430.00   0.07
XYZ48.453736.057585.2949
Yxy36.05750.28530.2123
Hunter Lab60.047938.9510-42.1848
CIE-Lab66.563843.5442-42.0160

#ca87ee color RGB value is (202,135,238).

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

The process color (four color CMYK) of #ca87ee color hex is 0.15, 0.43, 0.00, 0.07. Web safe color of #ca87ee is #cc99ff. Color #ca87ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 11101110
Octal 312 207 356
Decimal 202 135 238
Hex CA 87 EE

RGB Percentages of Color #ca87ee

%35.13
%23.48
%41.39

CMYK Percentages of Color #ca87ee

%15
%43
%0
%7

Triadic Colors of #ca87ee

#ca87ee #eeca87 #87eeca

Analogous Colors of #ca87ee

#ca87ee #ee87df #9787ee

Monochromatic Colors of #ca87ee

#ca87ee

Complementary Color

#ca87ee #abee87

#ca87ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca87ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca87ee Color CSS Codes

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

#ca87ee Text Font Color

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

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


#ca87ee Background Color

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

This div background color is #ca87ee


#ca87ee Border Color

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

This div border color is #ca87ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca87ee


Comments

No comments written yet.

Please login to write comment.