Color Hex Logo

#d20098 Color Hex

#D20098
(210,0,152)
0 Favorites   0 Comments

Color spaces of #d20098

RGB 2100152
HSL0.881.000.41
HSV317°100°82°
CMYK 0.001.000.28   0.18
XYZ32.245815.968631.0885
Yxy15.96860.40660.2014
Hunter Lab39.960774.1070-18.1537
CIE-Lab46.933377.4597-23.1916

#d20098 color RGB value is (210,0,152).

#d20098 hex color red value is 210, green value is 0 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d20098 hue: 0.88 , saturation: 1.00 and the lightness value of d20098 is 0.41.

The process color (four color CMYK) of #d20098 color hex is 0.00, 1.00, 0.28, 0.18. Web safe color of #d20098 is #cc0099. Color #d20098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000000 10011000
Octal 322 0 230
Decimal 210 0 152
Hex D2 0 98

RGB Percentages of Color #d20098

%58.01
%0.00
%41.99

CMYK Percentages of Color #d20098

%0
%100
%28
%18

Triadic Colors of #d20098

#d20098 #98d200 #0098d2

Analogous Colors of #d20098

#d20098 #d2002f #a300d2

Monochromatic Colors of #d20098

#d20098

Complementary Color

#d20098 #00d23a

#d20098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20098 Color CSS Codes

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

#d20098 Text Font Color

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

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


#d20098 Background Color

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

This div background color is #d20098


#d20098 Border Color

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

This div border color is #d20098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20098


Comments

No comments written yet.

Please login to write comment.