Color Hex Logo

#ca85cd Color Hex

#CA85CD
(202,133,205)
0 Favorites   0 Comments

Color spaces of #ca85cd

RGB 202133205
HSL0.830.420.66
HSV298°35°80°
CMYK 0.010.350.00   0.20
XYZ43.764133.739461.9633
Yxy33.73940.31380.2419
Hunter Lab58.085632.8394-22.5881
CIE-Lab64.755238.0144-26.5047

#ca85cd color RGB value is (202,133,205).

#ca85cd hex color red value is 202, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca85cd hue: 0.83 , saturation: 0.42 and the lightness value of ca85cd is 0.66.

The process color (four color CMYK) of #ca85cd color hex is 0.01, 0.35, 0.00, 0.20. Web safe color of #ca85cd is #cc99cc. Color #ca85cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 11001101
Octal 312 205 315
Decimal 202 133 205
Hex CA 85 CD

RGB Percentages of Color #ca85cd

%37.41
%24.63
%37.96

CMYK Percentages of Color #ca85cd

%1
%35
%0
%20

Triadic Colors of #ca85cd

#ca85cd #cdca85 #85cdca

Analogous Colors of #ca85cd

#ca85cd #cd85ac #a685cd

Monochromatic Colors of #ca85cd

#ca85cd

Complementary Color

#ca85cd #88cd85

#ca85cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85cd Color CSS Codes

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

#ca85cd Text Font Color

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

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


#ca85cd Background Color

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

This div background color is #ca85cd


#ca85cd Border Color

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

This div border color is #ca85cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85cd


Comments

No comments written yet.

Please login to write comment.