Color Hex Logo

#cb236d Color Hex

#CB236D
(203,35,109)
0 Favorites   0 Comments

Color spaces of #cb236d

RGB 20335109
HSL0.930.710.47
HSV334°83°80°
CMYK 0.000.830.46   0.20
XYZ27.990015.002715.8886
Yxy15.00270.47540.2548
Hunter Lab38.733361.20682.7923
CIE-Lab45.637966.97250.9779

#cb236d color RGB value is (203,35,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01101101
Octal 313 43 155
Decimal 203 35 109
Hex CB 23 6D

RGB Percentages of Color #cb236d

%58.50
%10.09
%31.41

CMYK Percentages of Color #cb236d

%0
%83
%46
%20

Triadic Colors of #cb236d

#cb236d #6dcb23 #236dcb

Analogous Colors of #cb236d

#cb236d #cb2d23 #cb23c1

Monochromatic Colors of #cb236d

#cb236d

Complementary Color

#cb236d #23cb81

#cb236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb236d Color CSS Codes

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

#cb236d Text Font Color

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

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


#cb236d Background Color

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

This div background color is #cb236d


#cb236d Border Color

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

This div border color is #cb236d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb236d


Comments

No comments written yet.

Please login to write comment.