Color Hex Logo

#cb235c Color Hex

#CB235C
(203,35,92)
0 Favorites   0 Comments

Color spaces of #cb235c

RGB 2033592
HSL0.940.710.47
HSV340°83°80°
CMYK 0.000.830.55   0.20
XYZ27.161414.671311.5255
Yxy14.67130.50900.2750
Hunter Lab38.303159.54698.9717
CIE-Lab45.180765.627810.8755

#cb235c color RGB value is (203,35,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01011100
Octal 313 43 134
Decimal 203 35 92
Hex CB 23 5C

RGB Percentages of Color #cb235c

%61.52
%10.61
%27.88

CMYK Percentages of Color #cb235c

%0
%83
%55
%20

Triadic Colors of #cb235c

#cb235c #5ccb23 #235ccb

Analogous Colors of #cb235c

#cb235c #cb3e23 #cb23b0

Monochromatic Colors of #cb235c

#cb235c

Complementary Color

#cb235c #23cb92

#cb235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb235c Color CSS Codes

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

#cb235c Text Font Color

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

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


#cb235c Background Color

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

This div background color is #cb235c


#cb235c Border Color

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

This div border color is #cb235c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb235c


Comments

No comments written yet.

Please login to write comment.