Color Hex Logo

#cb446b Color Hex

#CB446B
(203,68,107)
0 Favorites   0 Comments

Color spaces of #cb446b

RGB 20368107
HSL0.950.560.53
HSV343°67°80°
CMYK 0.000.670.47   0.20
XYZ29.349617.892315.8166
Yxy17.89230.46540.2837
Hunter Lab42.299349.82957.4397
CIE-Lab49.365256.20767.5636

#cb446b color RGB value is (203,68,107).

#cb446b hex color red value is 203, green value is 68 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cb446b hue: 0.95 , saturation: 0.56 and the lightness value of cb446b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 01101011
Octal 313 104 153
Decimal 203 68 107
Hex CB 44 6B

RGB Percentages of Color #cb446b

%53.70
%17.99
%28.31

CMYK Percentages of Color #cb446b

%0
%67
%47
%20

Triadic Colors of #cb446b

#cb446b #6bcb44 #446bcb

Analogous Colors of #cb446b

#cb446b #cb6144 #cb44af

Monochromatic Colors of #cb446b

#cb446b

Complementary Color

#cb446b #44cba4

#cb446b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb446b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb446b Color CSS Codes

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

#cb446b Text Font Color

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

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


#cb446b Background Color

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

This div background color is #cb446b


#cb446b Border Color

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

This div border color is #cb446b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,68,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 #cb446b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb446b


Comments

No comments written yet.

Please login to write comment.