Color Hex Logo

#d70aeb Color Hex

#D70AEB
(215,10,235)
0 Favorites   0 Comments

Color spaces of #d70aeb

RGB 21510235
HSL0.820.920.48
HSV295°96°92°
CMYK 0.090.960.00   0.08
XYZ43.128320.662380.3124
Yxy20.66230.29930.1434
Hunter Lab45.455889.8125-72.9359
CIE-Lab52.577988.6238-62.4675

#d70aeb color RGB value is (215,10,235).

#d70aeb hex color red value is 215, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d70aeb hue: 0.82 , saturation: 0.92 and the lightness value of d70aeb is 0.48.

The process color (four color CMYK) of #d70aeb color hex is 0.09, 0.96, 0.00, 0.08. Web safe color of #d70aeb is #cc00ff. Color #d70aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 11101011
Octal 327 12 353
Decimal 215 10 235
Hex D7 A EB

RGB Percentages of Color #d70aeb

%46.74
%2.17
%51.09

CMYK Percentages of Color #d70aeb

%9
%96
%0
%8

Triadic Colors of #d70aeb

#d70aeb #ebd70a #0aebd7

Analogous Colors of #d70aeb

#d70aeb #eb0a8f #670aeb

Monochromatic Colors of #d70aeb

#d70aeb

Complementary Color

#d70aeb #1eeb0a

#d70aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70aeb Color CSS Codes

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

#d70aeb Text Font Color

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

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


#d70aeb Background Color

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

This div background color is #d70aeb


#d70aeb Border Color

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

This div border color is #d70aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70aeb


Comments

No comments written yet.

Please login to write comment.