Color Hex Logo

#cc44bf Color Hex

#CC44BF
(204,68,191)
0 Favorites   0 Comments

Color spaces of #cc44bf

RGB 20468191
HSL0.850.570.53
HSV306°67°80°
CMYK 0.000.670.06   0.20
XYZ36.372920.733251.3751
Yxy20.73320.33530.1911
Hunter Lab45.533762.9040-35.0225
CIE-Lab52.656367.0761-37.3292

#cc44bf color RGB value is (204,68,191).

#cc44bf hex color red value is 204, green value is 68 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc44bf hue: 0.85 , saturation: 0.57 and the lightness value of cc44bf is 0.53.

The process color (four color CMYK) of #cc44bf color hex is 0.00, 0.67, 0.06, 0.20. Web safe color of #cc44bf is #cc33cc. Color #cc44bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 10111111
Octal 314 104 277
Decimal 204 68 191
Hex CC 44 BF

RGB Percentages of Color #cc44bf

%44.06
%14.69
%41.25

CMYK Percentages of Color #cc44bf

%0
%67
%6
%20

Triadic Colors of #cc44bf

#cc44bf #bfcc44 #44bfcc

Analogous Colors of #cc44bf

#cc44bf #cc447b #9544cc

Monochromatic Colors of #cc44bf

#cc44bf

Complementary Color

#cc44bf #44cc51

#cc44bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc44bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc44bf Color CSS Codes

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

#cc44bf Text Font Color

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

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


#cc44bf Background Color

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

This div background color is #cc44bf


#cc44bf Border Color

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

This div border color is #cc44bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc44bf


Comments

No comments written yet.

Please login to write comment.