Color Hex Logo

#cb235d Color Hex

#CB235D
(203,35,93)
0 Favorites   0 Comments

Color spaces of #cb235d

RGB 2033593
HSL0.940.710.47
HSV339°83°80°
CMYK 0.000.830.54   0.20
XYZ27.205414.688911.7573
Yxy14.68890.50710.2738
Hunter Lab38.326159.63588.6399
CIE-Lab45.205165.700110.2876

#cb235d color RGB value is (203,35,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 01011101
Octal 313 43 135
Decimal 203 35 93
Hex CB 23 5D

RGB Percentages of Color #cb235d

%61.33
%10.57
%28.10

CMYK Percentages of Color #cb235d

%0
%83
%54
%20

Triadic Colors of #cb235d

#cb235d #5dcb23 #235dcb

Analogous Colors of #cb235d

#cb235d #cb3d23 #cb23b1

Monochromatic Colors of #cb235d

#cb235d

Complementary Color

#cb235d #23cb91

#cb235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb235d Color CSS Codes

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

#cb235d Text Font Color

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

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


#cb235d Background Color

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

This div background color is #cb235d


#cb235d Border Color

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

This div border color is #cb235d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb235d


Comments

No comments written yet.

Please login to write comment.