Color Hex Logo

#cc3dbf Color Hex

#CC3DBF
(204,61,191)
0 Favorites   0 Comments

Color spaces of #cc3dbf

RGB 20461191
HSL0.850.580.52
HSV305°70°80°
CMYK 0.000.700.06   0.20
XYZ35.974619.936451.2423
Yxy19.93640.33570.1861
Hunter Lab44.650265.6794-36.7884
CIE-Lab51.765269.5869-38.7311

#cc3dbf color RGB value is (204,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111101 10111111
Octal 314 75 277
Decimal 204 61 191
Hex CC 3D BF

RGB Percentages of Color #cc3dbf

%44.74
%13.38
%41.89

CMYK Percentages of Color #cc3dbf

%0
%70
%6
%20

Triadic Colors of #cc3dbf

#cc3dbf #bfcc3d #3dbfcc

Analogous Colors of #cc3dbf

#cc3dbf #cc3d78 #923dcc

Monochromatic Colors of #cc3dbf

#cc3dbf

Complementary Color

#cc3dbf #3dcc4a

#cc3dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3dbf Color CSS Codes

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

#cc3dbf Text Font Color

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

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


#cc3dbf Background Color

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

This div background color is #cc3dbf


#cc3dbf Border Color

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

This div border color is #cc3dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,61,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 #cc3dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3dbf


Comments

No comments written yet.

Please login to write comment.