Color Hex Logo

#cb447d Color Hex

#CB447D
(203,68,125)
0 Favorites   0 Comments

Color spaces of #cb447d

RGB 20368125
HSL0.930.560.53
HSV335°67°80°
CMYK 0.000.670.38   0.20
XYZ30.397418.311421.3344
Yxy18.31140.43400.2614
Hunter Lab42.791851.91270.3945
CIE-Lab49.871657.9996-2.5918

#cb447d color RGB value is (203,68,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 01111101
Octal 313 104 175
Decimal 203 68 125
Hex CB 44 7D

RGB Percentages of Color #cb447d

%51.26
%17.17
%31.57

CMYK Percentages of Color #cb447d

%0
%67
%38
%20

Triadic Colors of #cb447d

#cb447d #7dcb44 #447dcb

Analogous Colors of #cb447d

#cb447d #cb4f44 #cb44c1

Monochromatic Colors of #cb447d

#cb447d

Complementary Color

#cb447d #44cb92

#cb447d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb447d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb447d Color CSS Codes

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

#cb447d Text Font Color

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

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


#cb447d Background Color

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

This div background color is #cb447d


#cb447d Border Color

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

This div border color is #cb447d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb447d


Comments

No comments written yet.

Please login to write comment.