Color Hex Logo

#d19cef Color Hex

#D19CEF
(209,156,239)
0 Favorites   0 Comments

Color spaces of #d19cef

RGB 209156239
HSL0.770.720.77
HSV278°35°94°
CMYK 0.130.350.00   0.06
XYZ53.762943.564287.2365
Yxy43.56420.29130.2360
Hunter Lab66.003229.8916-32.1615
CIE-Lab71.936234.4733-34.1417

#d19cef color RGB value is (209,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011100 11101111
Octal 321 234 357
Decimal 209 156 239
Hex D1 9C EF

RGB Percentages of Color #d19cef

%34.60
%25.83
%39.57

CMYK Percentages of Color #d19cef

%13
%35
%0
%6

Triadic Colors of #d19cef

#d19cef #efd19c #9cefd1

Analogous Colors of #d19cef

#d19cef #ef9ce4 #a89cef

Monochromatic Colors of #d19cef

#d19cef

Complementary Color

#d19cef #baef9c

#d19cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19cef Color CSS Codes

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

#d19cef Text Font Color

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

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


#d19cef Background Color

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

This div background color is #d19cef


#d19cef Border Color

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

This div border color is #d19cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19cef


Comments

No comments written yet.

Please login to write comment.