Color Hex Logo

#cb356d Color Hex

#CB356D
(203,53,109)
0 Favorites   0 Comments

Color spaces of #cb356d

RGB 20353109
HSL0.940.590.50
HSV338°74°80°
CMYK 0.000.740.46   0.20
XYZ28.662016.346816.1126
Yxy16.34680.46890.2674
Hunter Lab40.431255.78564.6736
CIE-Lab47.426261.90533.5687

#cb356d color RGB value is (203,53,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 01101101
Octal 313 65 155
Decimal 203 53 109
Hex CB 35 6D

RGB Percentages of Color #cb356d

%55.62
%14.52
%29.86

CMYK Percentages of Color #cb356d

%0
%74
%46
%20

Triadic Colors of #cb356d

#cb356d #6dcb35 #356dcb

Analogous Colors of #cb356d

#cb356d #cb4835 #cb35b8

Monochromatic Colors of #cb356d

#cb356d

Complementary Color

#cb356d #35cb93

#cb356d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb356d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb356d Color CSS Codes

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

#cb356d Text Font Color

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

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


#cb356d Background Color

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

This div background color is #cb356d


#cb356d Border Color

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

This div border color is #cb356d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb356d


Comments

No comments written yet.

Please login to write comment.