Color Hex Logo

#d061df Color Hex

#D061DF
(208,97,223)
0 Favorites   0 Comments

Color spaces of #d061df

RGB 20897223
HSL0.810.660.63
HSV293°57°87°
CMYK 0.070.570.00   0.13
XYZ43.606427.287072.7806
Yxy27.28700.30350.1899
Hunter Lab52.237057.5937-46.0416
CIE-Lab59.239061.3266-45.1475

#d061df color RGB value is (208,97,223).

#d061df hex color red value is 208, green value is 97 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d061df hue: 0.81 , saturation: 0.66 and the lightness value of d061df is 0.63.

The process color (four color CMYK) of #d061df color hex is 0.07, 0.57, 0.00, 0.13. Web safe color of #d061df is #cc66cc. Color #d061df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 11011111
Octal 320 141 337
Decimal 208 97 223
Hex D0 61 DF

RGB Percentages of Color #d061df

%39.39
%18.37
%42.23

CMYK Percentages of Color #d061df

%7
%57
%0
%13

Triadic Colors of #d061df

#d061df #dfd061 #61dfd0

Analogous Colors of #d061df

#d061df #df61af #9161df

Monochromatic Colors of #d061df

#d061df

Complementary Color

#d061df #70df61

#d061df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061df Color CSS Codes

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

#d061df Text Font Color

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

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


#d061df Background Color

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

This div background color is #d061df


#d061df Border Color

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

This div border color is #d061df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,97,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 #d061df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061df


Comments

No comments written yet.

Please login to write comment.