Color Hex Logo

#cb446f Color Hex

#CB446F
(203,68,111)
0 Favorites   0 Comments

Color spaces of #cb446f

RGB 20368111
HSL0.950.560.53
HSV341°67°80°
CMYK 0.000.670.45   0.20
XYZ29.565017.978516.9509
Yxy17.97850.45840.2788
Hunter Lab42.401150.26095.9781
CIE-Lab49.470056.58065.2888

#cb446f color RGB value is (203,68,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 01101111
Octal 313 104 157
Decimal 203 68 111
Hex CB 44 6F

RGB Percentages of Color #cb446f

%53.14
%17.80
%29.06

CMYK Percentages of Color #cb446f

%0
%67
%45
%20

Triadic Colors of #cb446f

#cb446f #6fcb44 #446fcb

Analogous Colors of #cb446f

#cb446f #cb5d44 #cb44b3

Monochromatic Colors of #cb446f

#cb446f

Complementary Color

#cb446f #44cba0

#cb446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb446f Color CSS Codes

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

#cb446f Text Font Color

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

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


#cb446f Background Color

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

This div background color is #cb446f


#cb446f Border Color

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

This div border color is #cb446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb446f


Comments

No comments written yet.

Please login to write comment.