Color Hex Logo

#d199ef Color Hex

#D199EF
(209,153,239)
0 Favorites   0 Comments

Color spaces of #d199ef

RGB 209153239
HSL0.780.730.77
HSV279°36°94°
CMYK 0.130.360.00   0.06
XYZ53.265742.569887.0707
Yxy42.56980.29120.2327
Hunter Lab65.245531.5456-33.4511
CIE-Lab71.262036.1008-35.1865

#d199ef color RGB value is (209,153,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011001 11101111
Octal 321 231 357
Decimal 209 153 239
Hex D1 99 EF

RGB Percentages of Color #d199ef

%34.78
%25.46
%39.77

CMYK Percentages of Color #d199ef

%13
%36
%0
%6

Triadic Colors of #d199ef

#d199ef #efd199 #99efd1

Analogous Colors of #d199ef

#d199ef #ef99e2 #a699ef

Monochromatic Colors of #d199ef

#d199ef

Complementary Color

#d199ef #b7ef99

#d199ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d199ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d199ef Color CSS Codes

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

#d199ef Text Font Color

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

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


#d199ef Background Color

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

This div background color is #d199ef


#d199ef Border Color

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

This div border color is #d199ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d199ef


Comments

No comments written yet.

Please login to write comment.