Color Hex Logo

#cb236a Color Hex

#CB236A
(203,35,106)
0 Favorites   0 Comments

Color spaces of #cb236a

RGB 20335106
HSL0.930.710.47
HSV335°83°80°
CMYK 0.000.830.48   0.20
XYZ27.831214.939215.0524
Yxy14.93920.48130.2584
Hunter Lab38.651360.89093.9659
CIE-Lab45.550866.71752.7083

#cb236a color RGB value is (203,35,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01101010
Octal 313 43 152
Decimal 203 35 106
Hex CB 23 6A

RGB Percentages of Color #cb236a

%59.01
%10.17
%30.81

CMYK Percentages of Color #cb236a

%0
%83
%48
%20

Triadic Colors of #cb236a

#cb236a #6acb23 #236acb

Analogous Colors of #cb236a

#cb236a #cb3023 #cb23be

Monochromatic Colors of #cb236a

#cb236a

Complementary Color

#cb236a #23cb84

#cb236a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb236a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb236a Color CSS Codes

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

#cb236a Text Font Color

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

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


#cb236a Background Color

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

This div background color is #cb236a


#cb236a Border Color

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

This div border color is #cb236a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb236a


Comments

No comments written yet.

Please login to write comment.