Color Hex Logo

#d58af5 Color Hex

#D58AF5
(213,138,245)
0 Favorites   0 Comments

Color spaces of #d58af5

RGB 213138245
HSL0.780.840.75
HSV282°44°96°
CMYK 0.130.440.00   0.04
XYZ53.010538.915791.1037
Yxy38.91570.28960.2126
Hunter Lab62.382442.5140-42.9198
CIE-Lab68.690246.5270-42.4437

#d58af5 color RGB value is (213,138,245).

#d58af5 hex color red value is 213, green value is 138 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d58af5 hue: 0.78 , saturation: 0.84 and the lightness value of d58af5 is 0.75.

The process color (four color CMYK) of #d58af5 color hex is 0.13, 0.44, 0.00, 0.04. Web safe color of #d58af5 is #cc99ff. Color #d58af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001010 11110101
Octal 325 212 365
Decimal 213 138 245
Hex D5 8A F5

RGB Percentages of Color #d58af5

%35.74
%23.15
%41.11

CMYK Percentages of Color #d58af5

%13
%44
%0
%4

Triadic Colors of #d58af5

#d58af5 #f5d58a #8af5d5

Analogous Colors of #d58af5

#d58af5 #f58ae0 #a08af5

Monochromatic Colors of #d58af5

#d58af5

Complementary Color

#d58af5 #aaf58a

#d58af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58af5 Color CSS Codes

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

#d58af5 Text Font Color

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

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


#d58af5 Background Color

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

This div background color is #d58af5


#d58af5 Border Color

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

This div border color is #d58af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58af5


Comments

No comments written yet.

Please login to write comment.