Color Hex Logo

#d03fdf Color Hex

#D03FDF
(208,63,223)
0 Favorites   0 Comments

Color spaces of #d03fdf

RGB 20863223
HSL0.820.710.56
HSV294°72°87°
CMYK 0.070.720.00   0.13
XYZ41.109222.292671.9482
Yxy22.29260.30370.1647
Hunter Lab47.215072.7901-57.2980
CIE-Lab54.336174.9535-52.9316

#d03fdf color RGB value is (208,63,223).

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

The process color (four color CMYK) of #d03fdf color hex is 0.07, 0.72, 0.00, 0.13. Web safe color of #d03fdf is #cc33cc. Color #d03fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 11011111
Octal 320 77 337
Decimal 208 63 223
Hex D0 3F DF

RGB Percentages of Color #d03fdf

%42.11
%12.75
%45.14

CMYK Percentages of Color #d03fdf

%7
%72
%0
%13

Triadic Colors of #d03fdf

#d03fdf #dfd03f #3fdfd0

Analogous Colors of #d03fdf

#d03fdf #df3f9e #803fdf

Monochromatic Colors of #d03fdf

#d03fdf

Complementary Color

#d03fdf #4edf3f

#d03fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03fdf Color CSS Codes

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

#d03fdf Text Font Color

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

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


#d03fdf Background Color

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

This div background color is #d03fdf


#d03fdf Border Color

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

This div border color is #d03fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03fdf


Comments

No comments written yet.

Please login to write comment.