Color Hex Logo

#cf449b Color Hex

#CF449B
(207,68,155)
0 Favorites   0 Comments

Color spaces of #cf449b

RGB 20768155
HSL0.900.590.54
HSV322°67°81°
CMYK 0.000.670.25   0.19
XYZ33.715619.766233.0486
Yxy19.76620.38960.2284
Hunter Lab44.459257.5618-12.9516
CIE-Lab51.571862.6858-17.9056

#cf449b color RGB value is (207,68,155).

#cf449b hex color red value is 207, green value is 68 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cf449b hue: 0.90 , saturation: 0.59 and the lightness value of cf449b is 0.54.

The process color (four color CMYK) of #cf449b color hex is 0.00, 0.67, 0.25, 0.19. Web safe color of #cf449b is #cc3399. Color #cf449b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000100 10011011
Octal 317 104 233
Decimal 207 68 155
Hex CF 44 9B

RGB Percentages of Color #cf449b

%48.14
%15.81
%36.05

CMYK Percentages of Color #cf449b

%0
%67
%25
%19

Triadic Colors of #cf449b

#cf449b #9bcf44 #449bcf

Analogous Colors of #cf449b

#cf449b #cf4456 #be44cf

Monochromatic Colors of #cf449b

#cf449b

Complementary Color

#cf449b #44cf78

#cf449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf449b Color CSS Codes

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

#cf449b Text Font Color

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

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


#cf449b Background Color

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

This div background color is #cf449b


#cf449b Border Color

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

This div border color is #cf449b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf449b


Comments

No comments written yet.

Please login to write comment.