Color Hex Logo

#d04cfc Color Hex

#D04CFC
(208,76,252)
0 Favorites   0 Comments

Color spaces of #d04cfc

RGB 20876252
HSL0.790.970.64
HSV285°70°99°
CMYK 0.170.700.00   0.01
XYZ46.167625.607194.6048
Yxy25.60710.27750.1539
Hunter Lab50.603574.2968-75.4221
CIE-Lab57.662275.5300-63.8413

#d04cfc color RGB value is (208,76,252).

#d04cfc hex color red value is 208, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d04cfc hue: 0.79 , saturation: 0.97 and the lightness value of d04cfc is 0.64.

The process color (four color CMYK) of #d04cfc color hex is 0.17, 0.70, 0.00, 0.01. Web safe color of #d04cfc is #cc33ff. Color #d04cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11111100
Octal 320 114 374
Decimal 208 76 252
Hex D0 4C FC

RGB Percentages of Color #d04cfc

%38.81
%14.18
%47.01

CMYK Percentages of Color #d04cfc

%17
%70
%0
%1

Triadic Colors of #d04cfc

#d04cfc #fcd04c #4cfcd0

Analogous Colors of #d04cfc

#d04cfc #fc4cd0 #784cfc

Monochromatic Colors of #d04cfc

#d04cfc

Complementary Color

#d04cfc #78fc4c

#d04cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cfc Color CSS Codes

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

#d04cfc Text Font Color

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

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


#d04cfc Background Color

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

This div background color is #d04cfc


#d04cfc Border Color

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

This div border color is #d04cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,76,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d04cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d04cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #d04cfc;
  box-shadow:         1px 1px 3px 2px #d04cfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,76,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.