Color Hex Logo

#d03fdd Color Hex

#D03FDD
(208,63,221)
0 Favorites   0 Comments

Color spaces of #d03fdd

RGB 20863221
HSL0.820.700.56
HSV295°71°87°
CMYK 0.060.710.00   0.13
XYZ40.841122.185470.5363
Yxy22.18540.30580.1661
Hunter Lab47.101472.3480-55.8183
CIE-Lab54.223274.6164-51.9793

#d03fdd color RGB value is (208,63,221).

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

The process color (four color CMYK) of #d03fdd color hex is 0.06, 0.71, 0.00, 0.13. Web safe color of #d03fdd is #cc33cc. Color #d03fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11011101
Octal 320 77 335
Decimal 208 63 221
Hex D0 3F DD

RGB Percentages of Color #d03fdd

%42.28
%12.80
%44.92

CMYK Percentages of Color #d03fdd

%6
%71
%0
%13

Triadic Colors of #d03fdd

#d03fdd #ddd03f #3fddd0

Analogous Colors of #d03fdd

#d03fdd #dd3f9b #813fdd

Monochromatic Colors of #d03fdd

#d03fdd

Complementary Color

#d03fdd #4cdd3f

#d03fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fdd Color CSS Codes

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

#d03fdd Text Font Color

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

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


#d03fdd Background Color

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

This div background color is #d03fdd


#d03fdd Border Color

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

This div border color is #d03fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fdd


Comments

No comments written yet.

Please login to write comment.