Color Hex Logo

#cb356c Color Hex

#CB356C
(203,53,108)
0 Favorites   0 Comments

Color spaces of #cb356c

RGB 20353108
HSL0.940.590.50
HSV338°74°80°
CMYK 0.000.740.47   0.20
XYZ28.608516.325415.8306
Yxy16.32540.47080.2687
Hunter Lab40.404755.67855.0534
CIE-Lab47.398561.81594.1417

#cb356c color RGB value is (203,53,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110101 01101100
Octal 313 65 154
Decimal 203 53 108
Hex CB 35 6C

RGB Percentages of Color #cb356c

%55.77
%14.56
%29.67

CMYK Percentages of Color #cb356c

%0
%74
%47
%20

Triadic Colors of #cb356c

#cb356c #6ccb35 #356ccb

Analogous Colors of #cb356c

#cb356c #cb4935 #cb35b7

Monochromatic Colors of #cb356c

#cb356c

Complementary Color

#cb356c #35cb94

#cb356c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb356c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb356c Color CSS Codes

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

#cb356c Text Font Color

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

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


#cb356c Background Color

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

This div background color is #cb356c


#cb356c Border Color

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

This div border color is #cb356c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb356c


Comments

No comments written yet.

Please login to write comment.