Color Hex Logo

#ca85ea Color Hex

#CA85EA
(202,133,234)
0 Favorites   0 Comments

Color spaces of #ca85ea

RGB 202133234
HSL0.780.710.72
HSV281°43°92°
CMYK 0.140.430.00   0.08
XYZ47.595935.272182.1415
Yxy35.27210.28840.2138
Hunter Lab59.390339.1183-40.4295
CIE-Lab65.960043.7760-40.7566

#ca85ea color RGB value is (202,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 11101010
Octal 312 205 352
Decimal 202 133 234
Hex CA 85 EA

RGB Percentages of Color #ca85ea

%35.50
%23.37
%41.12

CMYK Percentages of Color #ca85ea

%14
%43
%0
%8

Triadic Colors of #ca85ea

#ca85ea #eaca85 #85eaca

Analogous Colors of #ca85ea

#ca85ea #ea85d8 #9885ea

Monochromatic Colors of #ca85ea

#ca85ea

Complementary Color

#ca85ea #a5ea85

#ca85ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85ea Color CSS Codes

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

#ca85ea Text Font Color

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

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


#ca85ea Background Color

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

This div background color is #ca85ea


#ca85ea Border Color

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

This div border color is #ca85ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85ea


Comments

No comments written yet.

Please login to write comment.