Color Hex Logo

#cb237e Color Hex

#CB237E
(203,35,126)
0 Favorites   0 Comments

Color spaces of #cb237e

RGB 20335126
HSL0.910.710.47
HSV328°83°80°
CMYK 0.000.830.38   0.20
XYZ28.995515.404921.1839
Yxy15.40490.44210.2349
Hunter Lab39.249163.1821-4.5262
CIE-Lab46.183968.5558-8.6763

#cb237e color RGB value is (203,35,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01111110
Octal 313 43 176
Decimal 203 35 126
Hex CB 23 7E

RGB Percentages of Color #cb237e

%55.77
%9.62
%34.62

CMYK Percentages of Color #cb237e

%0
%83
%38
%20

Triadic Colors of #cb237e

#cb237e #7ecb23 #237ecb

Analogous Colors of #cb237e

#cb237e #cb232a #c423cb

Monochromatic Colors of #cb237e

#cb237e

Complementary Color

#cb237e #23cb70

#cb237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb237e Color CSS Codes

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

#cb237e Text Font Color

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

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


#cb237e Background Color

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

This div background color is #cb237e


#cb237e Border Color

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

This div border color is #cb237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb237e


Comments

No comments written yet.

Please login to write comment.