Color Hex Logo

#d042fa Color Hex

#D042FA
(208,66,250)
0 Favorites   0 Comments

Color spaces of #d042fa

RGB 20866250
HSL0.800.950.62
HSV286°74°98°
CMYK 0.170.740.00   0.02
XYZ45.216024.208592.7320
Yxy24.20850.27880.1493
Hunter Lab49.202177.9350-77.3033
CIE-Lab56.295978.6999-64.9292

#d042fa color RGB value is (208,66,250).

#d042fa hex color red value is 208, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d042fa hue: 0.80 , saturation: 0.95 and the lightness value of d042fa is 0.62.

The process color (four color CMYK) of #d042fa color hex is 0.17, 0.74, 0.00, 0.02. Web safe color of #d042fa is #cc33ff. Color #d042fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 11111010
Octal 320 102 372
Decimal 208 66 250
Hex D0 42 FA

RGB Percentages of Color #d042fa

%39.69
%12.60
%47.71

CMYK Percentages of Color #d042fa

%17
%74
%0
%2

Triadic Colors of #d042fa

#d042fa #fad042 #42fad0

Analogous Colors of #d042fa

#d042fa #fa42c8 #7442fa

Monochromatic Colors of #d042fa

#d042fa

Complementary Color

#d042fa #6cfa42

#d042fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d042fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d042fa Color CSS Codes

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

#d042fa Text Font Color

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

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


#d042fa Background Color

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

This div background color is #d042fa


#d042fa Border Color

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

This div border color is #d042fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d042fa


Comments

No comments written yet.

Please login to write comment.