Color Hex Logo

#d598ef Color Hex

#D598EF
(213,152,239)
0 Favorites   0 Comments

Color spaces of #d598ef

RGB 213152239
HSL0.780.730.77
HSV282°36°94°
CMYK 0.110.360.00   0.06
XYZ54.248842.834687.0700
Yxy42.83460.29460.2326
Hunter Lab65.448133.4212-33.0637
CIE-Lab71.442637.8432-34.8746

#d598ef color RGB value is (213,152,239).

#d598ef hex color red value is 213, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d598ef hue: 0.78 , saturation: 0.73 and the lightness value of d598ef is 0.77.

The process color (four color CMYK) of #d598ef color hex is 0.11, 0.36, 0.00, 0.06. Web safe color of #d598ef is #cc99ff. Color #d598ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 11101111
Octal 325 230 357
Decimal 213 152 239
Hex D5 98 EF

RGB Percentages of Color #d598ef

%35.26
%25.17
%39.57

CMYK Percentages of Color #d598ef

%11
%36
%0
%6

Triadic Colors of #d598ef

#d598ef #efd598 #98efd5

Analogous Colors of #d598ef

#d598ef #ef98de #aa98ef

Monochromatic Colors of #d598ef

#d598ef

Complementary Color

#d598ef #b2ef98

#d598ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598ef Color CSS Codes

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

#d598ef Text Font Color

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

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


#d598ef Background Color

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

This div background color is #d598ef


#d598ef Border Color

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

This div border color is #d598ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598ef


Comments

No comments written yet.

Please login to write comment.