Color Hex Logo

#ca85bc Color Hex

#CA85BC
(202,133,188)
0 Favorites   0 Comments

Color spaces of #ca85bc

RGB 202133188
HSL0.870.390.66
HSV312°34°79°
CMYK 0.000.340.07   0.21
XYZ41.821832.962551.7351
Yxy32.96250.33060.2605
Hunter Lab57.413029.5535-13.2374
CIE-Lab64.130534.9084-17.9087

#ca85bc color RGB value is (202,133,188).

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

The process color (four color CMYK) of #ca85bc color hex is 0.00, 0.34, 0.07, 0.21. Web safe color of #ca85bc is #cc99cc. Color #ca85bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 10111100
Octal 312 205 274
Decimal 202 133 188
Hex CA 85 BC

RGB Percentages of Color #ca85bc

%38.62
%25.43
%35.95

CMYK Percentages of Color #ca85bc

%0
%34
%7
%21

Triadic Colors of #ca85bc

#ca85bc #bcca85 #85bcca

Analogous Colors of #ca85bc

#ca85bc #ca859a #b685ca

Monochromatic Colors of #ca85bc

#ca85bc

Complementary Color

#ca85bc #85ca93

#ca85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85bc Color CSS Codes

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

#ca85bc Text Font Color

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

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


#ca85bc Background Color

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

This div background color is #ca85bc


#ca85bc Border Color

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

This div border color is #ca85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85bc


Comments

No comments written yet.

Please login to write comment.