Color Hex Logo

#cb355e Color Hex

#CB355E
(203,53,94)
0 Favorites   0 Comments

Color spaces of #cb355e

RGB 2035394
HSL0.950.590.50
HSV344°74°80°
CMYK 0.000.740.54   0.20
XYZ27.922116.050912.2161
Yxy16.05090.49690.2857
Hunter Lab40.063654.29349.9659
CIE-Lab47.041260.654512.2302

#cb355e color RGB value is (203,53,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 01011110
Octal 313 65 136
Decimal 203 53 94
Hex CB 35 5E

RGB Percentages of Color #cb355e

%58.00
%15.14
%26.86

CMYK Percentages of Color #cb355e

%0
%74
%54
%20

Triadic Colors of #cb355e

#cb355e #5ecb35 #355ecb

Analogous Colors of #cb355e

#cb355e #cb5735 #cb35a9

Monochromatic Colors of #cb355e

#cb355e

Complementary Color

#cb355e #35cba2

#cb355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb355e Color CSS Codes

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

#cb355e Text Font Color

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

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


#cb355e Background Color

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

This div background color is #cb355e


#cb355e Border Color

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

This div border color is #cb355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb355e


Comments

No comments written yet.

Please login to write comment.