Color Hex Logo

#d702df Color Hex

#D702DF
(215,2,223)
0 Favorites   0 Comments

Color spaces of #d702df

RGB 2152223
HSL0.830.980.44
HSV298°99°87°
CMYK 0.040.990.00   0.13
XYZ41.365319.818271.4571
Yxy19.81820.31190.1494
Hunter Lab44.517687.9544-64.0065
CIE-Lab51.631087.3968-57.1982

#d702df color RGB value is (215,2,223).

#d702df hex color red value is 215, green value is 2 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d702df hue: 0.83 , saturation: 0.98 and the lightness value of d702df is 0.44.

The process color (four color CMYK) of #d702df color hex is 0.04, 0.99, 0.00, 0.13. Web safe color of #d702df is #cc00cc. Color #d702df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 11011111
Octal 327 2 337
Decimal 215 2 223
Hex D7 2 DF

RGB Percentages of Color #d702df

%48.86
%0.45
%50.68

CMYK Percentages of Color #d702df

%4
%99
%0
%13

Triadic Colors of #d702df

#d702df #dfd702 #02dfd7

Analogous Colors of #d702df

#d702df #df0279 #6902df

Monochromatic Colors of #d702df

#d702df

Complementary Color

#d702df #0adf02

#d702df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702df Color CSS Codes

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

#d702df Text Font Color

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

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


#d702df Background Color

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

This div background color is #d702df


#d702df Border Color

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

This div border color is #d702df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702df


Comments

No comments written yet.

Please login to write comment.