Color Hex Logo

#ca618b Color Hex

#CA618B
(202,97,139)
0 Favorites   0 Comments

Color spaces of #ca618b

RGB 20297139
HSL0.930.500.59
HSV336°52°79°
CMYK 0.000.520.31   0.21
XYZ33.292022.970027.1051
Yxy22.97000.39930.2755
Hunter Lab47.927040.12080.0175
CIE-Lab55.041446.2421-3.3282

#ca618b color RGB value is (202,97,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 10001011
Octal 312 141 213
Decimal 202 97 139
Hex CA 61 8B

RGB Percentages of Color #ca618b

%46.12
%22.15
%31.74

CMYK Percentages of Color #ca618b

%0
%52
%31
%21

Triadic Colors of #ca618b

#ca618b #8bca61 #618bca

Analogous Colors of #ca618b

#ca618b #ca6c61 #ca61c0

Monochromatic Colors of #ca618b

#ca618b

Complementary Color

#ca618b #61caa0

#ca618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca618b Color CSS Codes

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

#ca618b Text Font Color

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

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


#ca618b Background Color

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

This div background color is #ca618b


#ca618b Border Color

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

This div border color is #ca618b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca618b


Comments

No comments written yet.

Please login to write comment.