Color Hex Logo

#d04cf3 Color Hex

#D04CF3
(208,76,243)
0 Favorites   0 Comments

Color spaces of #d04cf3

RGB 20876243
HSL0.800.870.63
HSV287°69°95°
CMYK 0.140.690.00   0.05
XYZ44.774525.049887.2692
Yxy25.04980.28500.1595
Hunter Lab50.049872.0989-68.3461
CIE-Lab57.123973.8566-59.7034

#d04cf3 color RGB value is (208,76,243).

#d04cf3 hex color red value is 208, green value is 76 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #d04cf3 hue: 0.80 , saturation: 0.87 and the lightness value of d04cf3 is 0.63.

The process color (four color CMYK) of #d04cf3 color hex is 0.14, 0.69, 0.00, 0.05. Web safe color of #d04cf3 is #cc33ff. Color #d04cf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11110011
Octal 320 114 363
Decimal 208 76 243
Hex D0 4C F3

RGB Percentages of Color #d04cf3

%39.47
%14.42
%46.11

CMYK Percentages of Color #d04cf3

%14
%69
%0
%5

Triadic Colors of #d04cf3

#d04cf3 #f3d04c #4cf3d0

Analogous Colors of #d04cf3

#d04cf3 #f34cc3 #7d4cf3

Monochromatic Colors of #d04cf3

#d04cf3

Complementary Color

#d04cf3 #6ff34c

#d04cf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cf3 Color CSS Codes

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

#d04cf3 Text Font Color

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

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


#d04cf3 Background Color

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

This div background color is #d04cf3


#d04cf3 Border Color

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

This div border color is #d04cf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cf3


Comments

No comments written yet.

Please login to write comment.