Color Hex Logo

#d50af8 Color Hex

#D50AF8
(213,10,248)
0 Favorites   0 Comments

Color spaces of #d50af8

RGB 21310248
HSL0.810.940.51
HSV291°96°97°
CMYK 0.140.960.00   0.03
XYZ44.492421.140590.5425
Yxy21.14050.28490.1354
Hunter Lab45.978892.2666-84.5701
CIE-Lab53.102990.3696-68.9305

#d50af8 color RGB value is (213,10,248).

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

The process color (four color CMYK) of #d50af8 color hex is 0.14, 0.96, 0.00, 0.03. Web safe color of #d50af8 is #cc00ff. Color #d50af8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001010 11111000
Octal 325 12 370
Decimal 213 10 248
Hex D5 A F8

RGB Percentages of Color #d50af8

%45.22
%2.12
%52.65

CMYK Percentages of Color #d50af8

%14
%96
%0
%3

Triadic Colors of #d50af8

#d50af8 #f8d50a #0af8d5

Analogous Colors of #d50af8

#d50af8 #f80aa4 #5e0af8

Monochromatic Colors of #d50af8

#d50af8

Complementary Color

#d50af8 #2df80a

#d50af8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50af8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50af8 Color CSS Codes

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

#d50af8 Text Font Color

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

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


#d50af8 Background Color

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

This div background color is #d50af8


#d50af8 Border Color

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

This div border color is #d50af8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50af8


Comments

No comments written yet.

Please login to write comment.