Color Hex Logo

#d192fd Color Hex

#D192FD
(209,146,253)
0 Favorites   0 Comments

Color spaces of #d192fd

RGB 209146253
HSL0.760.960.78
HSV275°42°99°
CMYK 0.170.420.00   0.01
XYZ54.303041.204998.0198
Yxy41.20490.28060.2129
Hunter Lab64.191038.6694-45.6022
CIE-Lab70.319242.8232-44.2881

#d192fd color RGB value is (209,146,253).

#d192fd hex color red value is 209, green value is 146 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d192fd hue: 0.76 , saturation: 0.96 and the lightness value of d192fd is 0.78.

The process color (four color CMYK) of #d192fd color hex is 0.17, 0.42, 0.00, 0.01. Web safe color of #d192fd is #cc99ff. Color #d192fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010010 11111101
Octal 321 222 375
Decimal 209 146 253
Hex D1 92 FD

RGB Percentages of Color #d192fd

%34.38
%24.01
%41.61

CMYK Percentages of Color #d192fd

%17
%42
%0
%1

Triadic Colors of #d192fd

#d192fd #fdd192 #92fdd1

Analogous Colors of #d192fd

#d192fd #fd92f4 #9c92fd

Monochromatic Colors of #d192fd

#d192fd

Complementary Color

#d192fd #befd92

#d192fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d192fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d192fd Color CSS Codes

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

#d192fd Text Font Color

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

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


#d192fd Background Color

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

This div background color is #d192fd


#d192fd Border Color

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

This div border color is #d192fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,146,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d192fd


Comments

No comments written yet.

Please login to write comment.