Color Hex Logo

#ca85af Color Hex

#CA85AF
(202,133,175)
0 Favorites   0 Comments

Color spaces of #ca85af

RGB 202133175
HSL0.900.390.66
HSV323°34°79°
CMYK 0.000.340.13   0.21
XYZ40.482532.426844.6828
Yxy32.42680.34430.2758
Hunter Lab56.944527.2447-6.6620
CIE-Lab63.694132.6860-11.2208

#ca85af color RGB value is (202,133,175).

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

The process color (four color CMYK) of #ca85af color hex is 0.00, 0.34, 0.13, 0.21. Web safe color of #ca85af is #cc9999. Color #ca85af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 10101111
Octal 312 205 257
Decimal 202 133 175
Hex CA 85 AF

RGB Percentages of Color #ca85af

%39.61
%26.08
%34.31

CMYK Percentages of Color #ca85af

%0
%34
%13
%21

Triadic Colors of #ca85af

#ca85af #afca85 #85afca

Analogous Colors of #ca85af

#ca85af #ca858d #c385ca

Monochromatic Colors of #ca85af

#ca85af

Complementary Color

#ca85af #85caa0

#ca85af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85af Color CSS Codes

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

#ca85af Text Font Color

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

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


#ca85af Background Color

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

This div background color is #ca85af


#ca85af Border Color

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

This div border color is #ca85af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85af


Comments

No comments written yet.

Please login to write comment.