Color Hex Logo

#d598ed Color Hex

#D598ED
(213,152,237)
0 Favorites   0 Comments

Color spaces of #d598ed

RGB 213152237
HSL0.790.700.76
HSV283°36°93°
CMYK 0.100.360.00   0.07
XYZ53.954942.717085.5222
Yxy42.71700.29610.2345
Hunter Lab65.358232.9794-31.8310
CIE-Lab71.362537.4381-33.9062

#d598ed color RGB value is (213,152,237).

#d598ed hex color red value is 213, green value is 152 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d598ed hue: 0.79 , saturation: 0.70 and the lightness value of d598ed is 0.76.

The process color (four color CMYK) of #d598ed color hex is 0.10, 0.36, 0.00, 0.07. Web safe color of #d598ed is #cc99ff. Color #d598ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 11101101
Octal 325 230 355
Decimal 213 152 237
Hex D5 98 ED

RGB Percentages of Color #d598ed

%35.38
%25.25
%39.37

CMYK Percentages of Color #d598ed

%10
%36
%0
%7

Triadic Colors of #d598ed

#d598ed #edd598 #98edd5

Analogous Colors of #d598ed

#d598ed #ed98db #ab98ed

Monochromatic Colors of #d598ed

#d598ed

Complementary Color

#d598ed #b0ed98

#d598ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d598ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d598ed Color CSS Codes

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

#d598ed Text Font Color

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

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


#d598ed Background Color

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

This div background color is #d598ed


#d598ed Border Color

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

This div border color is #d598ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d598ed


Comments

No comments written yet.

Please login to write comment.