Color Hex Logo

#cb397c Color Hex

#CB397C
(203,57,124)
0 Favorites   0 Comments

Color spaces of #cb397c

RGB 20357124
HSL0.920.580.51
HSV332°72°80°
CMYK 0.000.720.39   0.20
XYZ29.729817.078020.7982
Yxy17.07800.43980.2526
Hunter Lab41.325556.0941-0.9114
CIE-Lab48.358262.0014-4.2198

#cb397c color RGB value is (203,57,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111001 01111100
Octal 313 71 174
Decimal 203 57 124
Hex CB 39 7C

RGB Percentages of Color #cb397c

%52.86
%14.84
%32.29

CMYK Percentages of Color #cb397c

%0
%72
%39
%20

Triadic Colors of #cb397c

#cb397c #7ccb39 #397ccb

Analogous Colors of #cb397c

#cb397c #cb3f39 #cb39c5

Monochromatic Colors of #cb397c

#cb397c

Complementary Color

#cb397c #39cb88

#cb397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb397c Color CSS Codes

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

#cb397c Text Font Color

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

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


#cb397c Background Color

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

This div background color is #cb397c


#cb397c Border Color

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

This div border color is #cb397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb397c


Comments

No comments written yet.

Please login to write comment.