Color Hex Logo

#d093fe Color Hex

#D093FE
(208,147,254)
0 Favorites   0 Comments

Color spaces of #d093fe

RGB 208147254
HSL0.760.980.79
HSV274°42°100°
CMYK 0.180.420.00   0.00
XYZ54.335541.433198.8995
Yxy41.43310.27910.2128
Hunter Lab64.368538.0325-46.0385
CIE-Lab70.478342.2204-44.5898

#d093fe color RGB value is (208,147,254).

#d093fe hex color red value is 208, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d093fe hue: 0.76 , saturation: 0.98 and the lightness value of d093fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 11111110
Octal 320 223 376
Decimal 208 147 254
Hex D0 93 FE

RGB Percentages of Color #d093fe

%34.15
%24.14
%41.71

CMYK Percentages of Color #d093fe

%18
%42
%0
%0

Triadic Colors of #d093fe

#d093fe #fed093 #93fed0

Analogous Colors of #d093fe

#d093fe #fe93f7 #9b93fe

Monochromatic Colors of #d093fe

#d093fe

Complementary Color

#d093fe #c1fe93

#d093fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093fe Color CSS Codes

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

#d093fe Text Font Color

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

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


#d093fe Background Color

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

This div background color is #d093fe


#d093fe Border Color

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

This div border color is #d093fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,147,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d093fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d093fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d093fe;
  box-shadow:         1px 1px 3px 2px #d093fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,147,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093fe

Related Colors


Comments

No comments written yet.

Please login to write comment.