Color Hex Logo

#d093ca Color Hex

#D093CA
(208,147,202)
0 Favorites   0 Comments

Color spaces of #d093ca

RGB 208147202
HSL0.850.390.70
HSV306°29°82°
CMYK 0.000.290.03   0.18
XYZ47.106838.541660.8336
Yxy38.54160.32160.2631
Hunter Lab62.081926.7998-14.6405
CIE-Lab68.417931.8167-19.1762

#d093ca color RGB value is (208,147,202).

#d093ca hex color red value is 208, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d093ca hue: 0.85 , saturation: 0.39 and the lightness value of d093ca is 0.70.

The process color (four color CMYK) of #d093ca color hex is 0.00, 0.29, 0.03, 0.18. Web safe color of #d093ca is #cc99cc. Color #d093ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 11001010
Octal 320 223 312
Decimal 208 147 202
Hex D0 93 CA

RGB Percentages of Color #d093ca

%37.34
%26.39
%36.27

CMYK Percentages of Color #d093ca

%0
%29
%3
%18

Triadic Colors of #d093ca

#d093ca #cad093 #93cad0

Analogous Colors of #d093ca

#d093ca #d093ac #b893d0

Monochromatic Colors of #d093ca

#d093ca

Complementary Color

#d093ca #93d099

#d093ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d093ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d093ca Color CSS Codes

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

#d093ca Text Font Color

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

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


#d093ca Background Color

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

This div background color is #d093ca


#d093ca Border Color

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

This div border color is #d093ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d093ca


Comments

No comments written yet.

Please login to write comment.