Color Hex Logo

#ca618d Color Hex

#CA618D
(202,97,141)
0 Favorites   0 Comments

Color spaces of #ca618d

RGB 20297141
HSL0.930.500.59
HSV335°52°79°
CMYK 0.000.520.30   0.21
XYZ33.439523.029027.8819
Yxy23.02900.39640.2730
Hunter Lab47.988540.4029-0.8562
CIE-Lab55.102246.4999-4.4140

#ca618d color RGB value is (202,97,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100001 10001101
Octal 312 141 215
Decimal 202 97 141
Hex CA 61 8D

RGB Percentages of Color #ca618d

%45.91
%22.05
%32.05

CMYK Percentages of Color #ca618d

%0
%52
%30
%21

Triadic Colors of #ca618d

#ca618d #8dca61 #618dca

Analogous Colors of #ca618d

#ca618d #ca6a61 #ca61c2

Monochromatic Colors of #ca618d

#ca618d

Complementary Color

#ca618d #61ca9e

#ca618d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca618d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca618d Color CSS Codes

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

#ca618d Text Font Color

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

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


#ca618d Background Color

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

This div background color is #ca618d


#ca618d Border Color

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

This div border color is #ca618d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca618d


Comments

No comments written yet.

Please login to write comment.