Color Hex Logo

#d03fec Color Hex

#D03FEC
(208,63,236)
0 Favorites   0 Comments

Color spaces of #d03fec

RGB 20863236
HSL0.810.820.59
HSV290°73°93°
CMYK 0.120.730.00   0.07
XYZ42.930323.021081.5377
Yxy23.02100.29110.1561
Hunter Lab47.980275.7476-67.1715
CIE-Lab55.094077.1899-59.0438

#d03fec color RGB value is (208,63,236).

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

The process color (four color CMYK) of #d03fec color hex is 0.12, 0.73, 0.00, 0.07. Web safe color of #d03fec is #cc33ff. Color #d03fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11101100
Octal 320 77 354
Decimal 208 63 236
Hex D0 3F EC

RGB Percentages of Color #d03fec

%41.03
%12.43
%46.55

CMYK Percentages of Color #d03fec

%12
%73
%0
%7

Triadic Colors of #d03fec

#d03fec #ecd03f #3fecd0

Analogous Colors of #d03fec

#d03fec #ec3fb2 #7a3fec

Monochromatic Colors of #d03fec

#d03fec

Complementary Color

#d03fec #5bec3f

#d03fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fec Color CSS Codes

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

#d03fec Text Font Color

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

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


#d03fec Background Color

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

This div background color is #d03fec


#d03fec Border Color

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

This div border color is #d03fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fec


Comments

No comments written yet.

Please login to write comment.