Color Hex Logo

#cb447e Color Hex

#CB447E
(203,68,126)
0 Favorites   0 Comments

Color spaces of #cb447e

RGB 20368126
HSL0.930.560.53
HSV334°67°80°
CMYK 0.000.670.38   0.20
XYZ30.461618.337121.6726
Yxy18.33710.43230.2602
Hunter Lab42.821852.0389-0.0320
CIE-Lab49.902458.1073-3.1493

#cb447e color RGB value is (203,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 01111110
Octal 313 104 176
Decimal 203 68 126
Hex CB 44 7E

RGB Percentages of Color #cb447e

%51.13
%17.13
%31.74

CMYK Percentages of Color #cb447e

%0
%67
%38
%20

Triadic Colors of #cb447e

#cb447e #7ecb44 #447ecb

Analogous Colors of #cb447e

#cb447e #cb4e44 #cb44c2

Monochromatic Colors of #cb447e

#cb447e

Complementary Color

#cb447e #44cb91

#cb447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb447e Color CSS Codes

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

#cb447e Text Font Color

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

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


#cb447e Background Color

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

This div background color is #cb447e


#cb447e Border Color

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

This div border color is #cb447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb447e


Comments

No comments written yet.

Please login to write comment.