Color Hex Logo

#d572eb Color Hex

#D572EB
(213,114,235)
0 Favorites   0 Comments

Color spaces of #d572eb

RGB 213114235
HSL0.800.750.68
HSV289°51°92°
CMYK 0.090.510.00   0.08
XYZ48.453332.178982.2546
Yxy32.17890.29750.1976
Hunter Lab56.726453.1958-46.2633
CIE-Lab63.490556.7904-45.0978

#d572eb color RGB value is (213,114,235).

#d572eb hex color red value is 213, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d572eb hue: 0.80 , saturation: 0.75 and the lightness value of d572eb is 0.68.

The process color (four color CMYK) of #d572eb color hex is 0.09, 0.51, 0.00, 0.08. Web safe color of #d572eb is #cc66ff. Color #d572eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 11101011
Octal 325 162 353
Decimal 213 114 235
Hex D5 72 EB

RGB Percentages of Color #d572eb

%37.90
%20.28
%41.81

CMYK Percentages of Color #d572eb

%9
%51
%0
%8

Triadic Colors of #d572eb

#d572eb #ebd572 #72ebd5

Analogous Colors of #d572eb

#d572eb #eb72c5 #9972eb

Monochromatic Colors of #d572eb

#d572eb

Complementary Color

#d572eb #88eb72

#d572eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572eb Color CSS Codes

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

#d572eb Text Font Color

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

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


#d572eb Background Color

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

This div background color is #d572eb


#d572eb Border Color

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

This div border color is #d572eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572eb


Comments

No comments written yet.

Please login to write comment.