Color Hex Logo

#cb237f Color Hex

#CB237F
(203,35,127)
0 Favorites   0 Comments

Color spaces of #cb237f

RGB 20335127
HSL0.910.710.47
HSV327°83°80°
CMYK 0.000.830.37   0.20
XYZ29.060415.430921.5255
Yxy15.43090.44020.2337
Hunter Lab39.282263.3079-4.9917
CIE-Lab46.218868.6560-9.2356

#cb237f color RGB value is (203,35,127).

#cb237f hex color red value is 203, green value is 35 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cb237f hue: 0.91 , saturation: 0.71 and the lightness value of cb237f is 0.47.

The process color (four color CMYK) of #cb237f color hex is 0.00, 0.83, 0.37, 0.20. Web safe color of #cb237f is #cc3366. Color #cb237f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01111111
Octal 313 43 177
Decimal 203 35 127
Hex CB 23 7F

RGB Percentages of Color #cb237f

%55.62
%9.59
%34.79

CMYK Percentages of Color #cb237f

%0
%83
%37
%20

Triadic Colors of #cb237f

#cb237f #7fcb23 #237fcb

Analogous Colors of #cb237f

#cb237f #cb232b #c323cb

Monochromatic Colors of #cb237f

#cb237f

Complementary Color

#cb237f #23cb6f

#cb237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb237f Color CSS Codes

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

#cb237f Text Font Color

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

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


#cb237f Background Color

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

This div background color is #cb237f


#cb237f Border Color

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

This div border color is #cb237f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb237f


Comments

No comments written yet.

Please login to write comment.