Color Hex Logo

#d03ff1 Color Hex

#D03FF1
(208,63,241)
0 Favorites   0 Comments

Color spaces of #d03ff1

RGB 20863241
HSL0.800.860.60
HSV289°74°95°
CMYK 0.140.740.00   0.05
XYZ43.667123.315885.4180
Yxy23.31580.28650.1530
Hunter Lab48.286476.9225-71.0826
CIE-Lab55.396178.0696-61.3593

#d03ff1 color RGB value is (208,63,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11110001
Octal 320 77 361
Decimal 208 63 241
Hex D0 3F F1

RGB Percentages of Color #d03ff1

%40.63
%12.30
%47.07

CMYK Percentages of Color #d03ff1

%14
%74
%0
%5

Triadic Colors of #d03ff1

#d03ff1 #f1d03f #3ff1d0

Analogous Colors of #d03ff1

#d03ff1 #f13fb9 #773ff1

Monochromatic Colors of #d03ff1

#d03ff1

Complementary Color

#d03ff1 #60f13f

#d03ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03ff1 Color CSS Codes

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

#d03ff1 Text Font Color

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

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


#d03ff1 Background Color

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

This div background color is #d03ff1


#d03ff1 Border Color

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

This div border color is #d03ff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03ff1


Comments

No comments written yet.

Please login to write comment.