Color Hex Logo

#d73098 Color Hex

#D73098
(215,48,152)
0 Favorites   0 Comments

Color spaces of #d73098

RGB 21548152
HSL0.900.680.52
HSV323°78°84°
CMYK 0.000.780.29   0.16
XYZ34.748818.828031.5085
Yxy18.82800.40840.2213
Hunter Lab43.391267.0126-12.6795
CIE-Lab50.485470.9480-17.6577

#d73098 color RGB value is (215,48,152).

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

The process color (four color CMYK) of #d73098 color hex is 0.00, 0.78, 0.29, 0.16. Web safe color of #d73098 is #cc3399. Color #d73098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110000 10011000
Octal 327 60 230
Decimal 215 48 152
Hex D7 30 98

RGB Percentages of Color #d73098

%51.81
%11.57
%36.63

CMYK Percentages of Color #d73098

%0
%78
%29
%16

Triadic Colors of #d73098

#d73098 #98d730 #3098d7

Analogous Colors of #d73098

#d73098 #d73045 #c330d7

Monochromatic Colors of #d73098

#d73098

Complementary Color

#d73098 #30d76f

#d73098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73098 Color CSS Codes

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

#d73098 Text Font Color

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

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


#d73098 Background Color

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

This div background color is #d73098


#d73098 Border Color

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

This div border color is #d73098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73098


Comments

No comments written yet.

Please login to write comment.