Color Hex Logo

#d702d5 Color Hex

#D702D5
(215,2,213)
0 Favorites   0 Comments

Color spaces of #d702d5

RGB 2152213
HSL0.830.980.43
HSV301°99°84°
CMYK 0.000.990.01   0.16
XYZ40.056319.294664.5638
Yxy19.29460.32330.1557
Hunter Lab43.925685.9065-56.3991
CIE-Lab51.030185.9472-52.4555

#d702d5 color RGB value is (215,2,213).

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

The process color (four color CMYK) of #d702d5 color hex is 0.00, 0.99, 0.01, 0.16. Web safe color of #d702d5 is #cc00cc. Color #d702d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 11010101
Octal 327 2 325
Decimal 215 2 213
Hex D7 2 D5

RGB Percentages of Color #d702d5

%50.00
%0.47
%49.53

CMYK Percentages of Color #d702d5

%0
%99
%1
%16

Triadic Colors of #d702d5

#d702d5 #d5d702 #02d5d7

Analogous Colors of #d702d5

#d702d5 #d7026b #6f02d7

Monochromatic Colors of #d702d5

#d702d5

Complementary Color

#d702d5 #02d704

#d702d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702d5 Color CSS Codes

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

#d702d5 Text Font Color

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

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


#d702d5 Background Color

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

This div background color is #d702d5


#d702d5 Border Color

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

This div border color is #d702d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702d5


Comments

No comments written yet.

Please login to write comment.