Color Hex Logo

#d93098 Color Hex

#D93098
(217,48,152)
0 Favorites   0 Comments

Color spaces of #d93098

RGB 21748152
HSL0.900.690.52
HSV323°78°85°
CMYK 0.000.780.30   0.15
XYZ35.339719.132631.5361
Yxy19.13260.41090.2225
Hunter Lab43.740867.6698-12.1281
CIE-Lab50.842071.4260-17.0814

#d93098 color RGB value is (217,48,152).

#d93098 hex color red value is 217, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d93098 hue: 0.90 , saturation: 0.69 and the lightness value of d93098 is 0.52.

The process color (four color CMYK) of #d93098 color hex is 0.00, 0.78, 0.30, 0.15. Web safe color of #d93098 is #cc3399. Color #d93098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 10011000
Octal 331 60 230
Decimal 217 48 152
Hex D9 30 98

RGB Percentages of Color #d93098

%52.04
%11.51
%36.45

CMYK Percentages of Color #d93098

%0
%78
%30
%15

Triadic Colors of #d93098

#d93098 #98d930 #3098d9

Analogous Colors of #d93098

#d93098 #d93043 #c630d9

Monochromatic Colors of #d93098

#d93098

Complementary Color

#d93098 #30d971

#d93098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93098 Color CSS Codes

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

#d93098 Text Font Color

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

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


#d93098 Background Color

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

This div background color is #d93098


#d93098 Border Color

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

This div border color is #d93098


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,48,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d93098; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d93098;
  -webkit-box-shadow: 1px 1px 3px 2px #d93098;
  box-shadow:         1px 1px 3px 2px #d93098; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,48,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93098


Comments

No comments written yet.

Please login to write comment.