Color Hex Logo

#d70afc Color Hex

#D70AFC
(215,10,252)
0 Favorites   0 Comments

Color spaces of #d70afc

RGB 21510252
HSL0.810.980.51
HSV291°96°99°
CMYK 0.150.960.00   0.01
XYZ45.703621.692493.8737
Yxy21.69240.28340.1345
Hunter Lab46.575193.6535-86.8984
CIE-Lab53.699191.2913-70.1814

#d70afc color RGB value is (215,10,252).

#d70afc hex color red value is 215, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d70afc hue: 0.81 , saturation: 0.98 and the lightness value of d70afc is 0.51.

The process color (four color CMYK) of #d70afc color hex is 0.15, 0.96, 0.00, 0.01. Web safe color of #d70afc is #cc00ff. Color #d70afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 11111100
Octal 327 12 374
Decimal 215 10 252
Hex D7 A FC

RGB Percentages of Color #d70afc

%45.07
%2.10
%52.83

CMYK Percentages of Color #d70afc

%15
%96
%0
%1

Triadic Colors of #d70afc

#d70afc #fcd70a #0afcd7

Analogous Colors of #d70afc

#d70afc #fc0aa8 #5e0afc

Monochromatic Colors of #d70afc

#d70afc

Complementary Color

#d70afc #2ffc0a

#d70afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70afc Color CSS Codes

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

#d70afc Text Font Color

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

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


#d70afc Background Color

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

This div background color is #d70afc


#d70afc Border Color

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

This div border color is #d70afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70afc


Comments

No comments written yet.

Please login to write comment.