Color Hex Logo

#ca618f Color Hex

#CA618F
(202,97,143)
0 Favorites   0 Comments

Color spaces of #ca618f

RGB 20297143
HSL0.930.500.59
HSV334°52°79°
CMYK 0.000.520.29   0.21
XYZ33.589723.089128.6729
Yxy23.08910.39350.2705
Hunter Lab48.051140.6894-1.7435
CIE-Lab55.164046.7612-5.4973

#ca618f color RGB value is (202,97,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 10001111
Octal 312 141 217
Decimal 202 97 143
Hex CA 61 8F

RGB Percentages of Color #ca618f

%45.70
%21.95
%32.35

CMYK Percentages of Color #ca618f

%0
%52
%29
%21

Triadic Colors of #ca618f

#ca618f #8fca61 #618fca

Analogous Colors of #ca618f

#ca618f #ca6861 #ca61c4

Monochromatic Colors of #ca618f

#ca618f

Complementary Color

#ca618f #61ca9c

#ca618f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca618f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca618f Color CSS Codes

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

#ca618f Text Font Color

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

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


#ca618f Background Color

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

This div background color is #ca618f


#ca618f Border Color

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

This div border color is #ca618f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,97,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 #ca618f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca618f


Comments

No comments written yet.

Please login to write comment.