Color Hex Logo

#ca85b6 Color Hex

#CA85B6
(202,133,182)
0 Favorites   0 Comments

Color spaces of #ca85b6

RGB 202133182
HSL0.880.390.66
HSV317°34°79°
CMYK 0.000.340.10   0.21
XYZ41.188132.709048.3986
Yxy32.70900.33680.2675
Hunter Lab57.191828.4656-10.1400
CIE-Lab63.924633.8655-14.8340

#ca85b6 color RGB value is (202,133,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 10110110
Octal 312 205 266
Decimal 202 133 182
Hex CA 85 B6

RGB Percentages of Color #ca85b6

%39.07
%25.73
%35.20

CMYK Percentages of Color #ca85b6

%0
%34
%10
%21

Triadic Colors of #ca85b6

#ca85b6 #b6ca85 #85b6ca

Analogous Colors of #ca85b6

#ca85b6 #ca8594 #bc85ca

Monochromatic Colors of #ca85b6

#ca85b6

Complementary Color

#ca85b6 #85ca99

#ca85b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85b6 Color CSS Codes

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

#ca85b6 Text Font Color

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

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


#ca85b6 Background Color

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

This div background color is #ca85b6


#ca85b6 Border Color

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

This div border color is #ca85b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85b6


Comments

No comments written yet.

Please login to write comment.