Color Hex Logo

#cb355d Color Hex

#CB355D
(203,53,93)
0 Favorites   0 Comments

Color spaces of #cb355d

RGB 2035393
HSL0.960.590.50
HSV344°74°80°
CMYK 0.000.740.54   0.20
XYZ27.877516.033011.9813
Yxy16.03300.49880.2869
Hunter Lab40.041254.203110.2879
CIE-Lab47.017860.578512.8118

#cb355d color RGB value is (203,53,93).

#cb355d hex color red value is 203, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cb355d hue: 0.96 , saturation: 0.59 and the lightness value of cb355d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 01011101
Octal 313 65 135
Decimal 203 53 93
Hex CB 35 5D

RGB Percentages of Color #cb355d

%58.17
%15.19
%26.65

CMYK Percentages of Color #cb355d

%0
%74
%54
%20

Triadic Colors of #cb355d

#cb355d #5dcb35 #355dcb

Analogous Colors of #cb355d

#cb355d #cb5835 #cb35a8

Monochromatic Colors of #cb355d

#cb355d

Complementary Color

#cb355d #35cba3

#cb355d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb355d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb355d Color CSS Codes

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

#cb355d Text Font Color

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

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


#cb355d Background Color

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

This div background color is #cb355d


#cb355d Border Color

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

This div border color is #cb355d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,53,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 #cb355d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb355d


Comments

No comments written yet.

Please login to write comment.