Color Hex Logo

#d575ee Color Hex

#D575EE
(213,117,238)
0 Favorites   0 Comments

Color spaces of #d575ee

RGB 213117238
HSL0.800.780.70
HSV288°51°93°
CMYK 0.110.510.00   0.07
XYZ49.234533.041884.6717
Yxy33.04180.29490.1979
Hunter Lab57.482052.2954-47.0975
CIE-Lab64.194755.8899-45.6506

#d575ee color RGB value is (213,117,238).

#d575ee hex color red value is 213, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d575ee hue: 0.80 , saturation: 0.78 and the lightness value of d575ee is 0.70.

The process color (four color CMYK) of #d575ee color hex is 0.11, 0.51, 0.00, 0.07. Web safe color of #d575ee is #cc66ff. Color #d575ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 11101110
Octal 325 165 356
Decimal 213 117 238
Hex D5 75 EE

RGB Percentages of Color #d575ee

%37.50
%20.60
%41.90

CMYK Percentages of Color #d575ee

%11
%51
%0
%7

Triadic Colors of #d575ee

#d575ee #eed575 #75eed5

Analogous Colors of #d575ee

#d575ee #ee75cb #9975ee

Monochromatic Colors of #d575ee

#d575ee

Complementary Color

#d575ee #8eee75

#d575ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575ee Color CSS Codes

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

#d575ee Text Font Color

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

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


#d575ee Background Color

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

This div background color is #d575ee


#d575ee Border Color

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

This div border color is #d575ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575ee


Comments

No comments written yet.

Please login to write comment.