Color Hex Logo

#ca608f Color Hex

#CA608F
(202,96,143)
0 Favorites   0 Comments

Color spaces of #ca608f

RGB 20296143
HSL0.930.500.58
HSV333°52°79°
CMYK 0.000.520.29   0.21
XYZ33.497922.905528.6423
Yxy22.90550.39390.2693
Hunter Lab47.859741.1811-1.9811
CIE-Lab54.974947.2541-5.7778

#ca608f color RGB value is (202,96,143).

#ca608f hex color red value is 202, green value is 96 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ca608f hue: 0.93 , saturation: 0.50 and the lightness value of ca608f is 0.58.

The process color (four color CMYK) of #ca608f color hex is 0.00, 0.52, 0.29, 0.21. Web safe color of #ca608f is #cc6699. Color #ca608f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 10001111
Octal 312 140 217
Decimal 202 96 143
Hex CA 60 8F

RGB Percentages of Color #ca608f

%45.80
%21.77
%32.43

CMYK Percentages of Color #ca608f

%0
%52
%29
%21

Triadic Colors of #ca608f

#ca608f #8fca60 #608fca

Analogous Colors of #ca608f

#ca608f #ca6660 #ca60c4

Monochromatic Colors of #ca608f

#ca608f

Complementary Color

#ca608f #60ca9b

#ca608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca608f Color CSS Codes

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

#ca608f Text Font Color

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

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


#ca608f Background Color

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

This div background color is #ca608f


#ca608f Border Color

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

This div border color is #ca608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca608f


Comments

No comments written yet.

Please login to write comment.