Color Hex Logo

#cb336b Color Hex

#CB336B
(203,51,107)
0 Favorites   0 Comments

Color spaces of #cb336b

RGB 20351107
HSL0.940.600.50
HSV338°75°80°
CMYK 0.000.750.47   0.20
XYZ28.466316.125715.5221
Yxy16.12570.47350.2683
Hunter Lab40.156856.26045.1920
CIE-Lab47.139062.37864.3818

#cb336b color RGB value is (203,51,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110011 01101011
Octal 313 63 153
Decimal 203 51 107
Hex CB 33 6B

RGB Percentages of Color #cb336b

%56.23
%14.13
%29.64

CMYK Percentages of Color #cb336b

%0
%75
%47
%20

Triadic Colors of #cb336b

#cb336b #6bcb33 #336bcb

Analogous Colors of #cb336b

#cb336b #cb4733 #cb33b7

Monochromatic Colors of #cb336b

#cb336b

Complementary Color

#cb336b #33cb93

#cb336b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb336b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb336b Color CSS Codes

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

#cb336b Text Font Color

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

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


#cb336b Background Color

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

This div background color is #cb336b


#cb336b Border Color

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

This div border color is #cb336b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb336b


Comments

No comments written yet.

Please login to write comment.