Color Hex Logo

#d04cfd Color Hex

#D04CFD
(208,76,253)
0 Favorites   0 Comments

Color spaces of #d04cfd

RGB 20876253
HSL0.790.980.65
HSV285°70°99°
CMYK 0.180.700.00   0.01
XYZ46.326525.670695.4418
Yxy25.67060.27670.1533
Hunter Lab50.666274.5453-76.2205
CIE-Lab57.723175.7182-64.2976

#d04cfd color RGB value is (208,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11111101
Octal 320 114 375
Decimal 208 76 253
Hex D0 4C FD

RGB Percentages of Color #d04cfd

%38.73
%14.15
%47.11

CMYK Percentages of Color #d04cfd

%18
%70
%0
%1

Triadic Colors of #d04cfd

#d04cfd #fdd04c #4cfdd0

Analogous Colors of #d04cfd

#d04cfd #fd4cd2 #784cfd

Monochromatic Colors of #d04cfd

#d04cfd

Complementary Color

#d04cfd #79fd4c

#d04cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cfd Color CSS Codes

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

#d04cfd Text Font Color

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

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


#d04cfd Background Color

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

This div background color is #d04cfd


#d04cfd Border Color

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

This div border color is #d04cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cfd


Comments

No comments written yet.

Please login to write comment.