Color Hex Logo

#d03fff Color Hex

#D03FFF
(208,63,255)
0 Favorites   0 Comments

Color spaces of #d03fff

RGB 20863255
HSL0.791.000.62
HSV285°75°100°
CMYK 0.180.750.00   0.00
XYZ45.839924.184996.8599
Yxy24.18490.27470.1449
Hunter Lab49.178180.3215-82.3512
CIE-Lab56.272480.5883-67.7419

#d03fff color RGB value is (208,63,255).

#d03fff hex color red value is 208, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d03fff hue: 0.79 , saturation: 1.00 and the lightness value of d03fff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11111111
Octal 320 77 377
Decimal 208 63 255
Hex D0 3F FF

RGB Percentages of Color #d03fff

%39.54
%11.98
%48.48

CMYK Percentages of Color #d03fff

%18
%75
%0
%0

Triadic Colors of #d03fff

#d03fff #ffd03f #3fffd0

Analogous Colors of #d03fff

#d03fff #ff3fce #703fff

Monochromatic Colors of #d03fff

#d03fff

Complementary Color

#d03fff #6eff3f

#d03fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fff Color CSS Codes

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

#d03fff Text Font Color

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

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


#d03fff Background Color

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

This div background color is #d03fff


#d03fff Border Color

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

This div border color is #d03fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fff


Comments

No comments written yet.

Please login to write comment.