Color Hex Logo

#d03fea Color Hex

#D03FEA
(208,63,234)
0 Favorites   0 Comments

Color spaces of #d03fea

RGB 20863234
HSL0.810.800.58
HSV291°73°92°
CMYK 0.110.730.00   0.08
XYZ42.641222.905480.0156
Yxy22.90540.29290.1574
Hunter Lab47.859675.2829-65.6242
CIE-Lab54.974876.8406-58.1121

#d03fea color RGB value is (208,63,234).

#d03fea hex color red value is 208, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d03fea hue: 0.81 , saturation: 0.80 and the lightness value of d03fea is 0.58.

The process color (four color CMYK) of #d03fea color hex is 0.11, 0.73, 0.00, 0.08. Web safe color of #d03fea is #cc33ff. Color #d03fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11101010
Octal 320 77 352
Decimal 208 63 234
Hex D0 3F EA

RGB Percentages of Color #d03fea

%41.19
%12.48
%46.34

CMYK Percentages of Color #d03fea

%11
%73
%0
%8

Triadic Colors of #d03fea

#d03fea #ead03f #3fead0

Analogous Colors of #d03fea

#d03fea #ea3faf #7b3fea

Monochromatic Colors of #d03fea

#d03fea

Complementary Color

#d03fea #59ea3f

#d03fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fea Color CSS Codes

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

#d03fea Text Font Color

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

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


#d03fea Background Color

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

This div background color is #d03fea


#d03fea Border Color

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

This div border color is #d03fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fea


Comments

No comments written yet.

Please login to write comment.