Color Hex Logo

#ca397b Color Hex

#CA397B
(202,57,123)
0 Favorites   0 Comments

Color spaces of #ca397b

RGB 20257123
HSL0.920.580.51
HSV333°72°79°
CMYK 0.000.720.39   0.21
XYZ29.395416.912920.4541
Yxy16.91290.44030.2533
Hunter Lab41.125355.6184-0.7008
CIE-Lab48.150161.6209-3.9398

#ca397b color RGB value is (202,57,123).

#ca397b hex color red value is 202, green value is 57 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ca397b hue: 0.92 , saturation: 0.58 and the lightness value of ca397b is 0.51.

The process color (four color CMYK) of #ca397b color hex is 0.00, 0.72, 0.39, 0.21. Web safe color of #ca397b is #cc3366. Color #ca397b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111001 01111011
Octal 312 71 173
Decimal 202 57 123
Hex CA 39 7B

RGB Percentages of Color #ca397b

%52.88
%14.92
%32.20

CMYK Percentages of Color #ca397b

%0
%72
%39
%21

Triadic Colors of #ca397b

#ca397b #7bca39 #397bca

Analogous Colors of #ca397b

#ca397b #ca4039 #ca39c4

Monochromatic Colors of #ca397b

#ca397b

Complementary Color

#ca397b #39ca88

#ca397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca397b Color CSS Codes

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

#ca397b Text Font Color

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

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


#ca397b Background Color

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

This div background color is #ca397b


#ca397b Border Color

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

This div border color is #ca397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca397b


Comments

No comments written yet.

Please login to write comment.