Color Hex Logo

#cb355f Color Hex

#CB355F
(203,53,95)
0 Favorites   0 Comments

Color spaces of #cb355f

RGB 2035395
HSL0.950.590.50
HSV343°74°80°
CMYK 0.000.740.53   0.20
XYZ27.967316.068912.4540
Yxy16.06890.49510.2845
Hunter Lab40.086054.38579.6399
CIE-Lab47.064860.732311.6486

#cb355f color RGB value is (203,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 01011111
Octal 313 65 137
Decimal 203 53 95
Hex CB 35 5F

RGB Percentages of Color #cb355f

%57.83
%15.10
%27.07

CMYK Percentages of Color #cb355f

%0
%74
%53
%20

Triadic Colors of #cb355f

#cb355f #5fcb35 #355fcb

Analogous Colors of #cb355f

#cb355f #cb5635 #cb35aa

Monochromatic Colors of #cb355f

#cb355f

Complementary Color

#cb355f #35cba1

#cb355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb355f Color CSS Codes

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

#cb355f Text Font Color

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

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


#cb355f Background Color

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

This div background color is #cb355f


#cb355f Border Color

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

This div border color is #cb355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb355f


Comments

No comments written yet.

Please login to write comment.