Color Hex Logo

#d30299 Color Hex

#D30299
(211,2,153)
0 Favorites   0 Comments

Color spaces of #d30299

RGB 2112153
HSL0.880.980.42
HSV317°99°83°
CMYK 0.000.990.27   0.17
XYZ32.635416.192231.5423
Yxy16.19220.40610.2015
Hunter Lab40.239574.3494-18.3076
CIE-Lab47.225677.5983-23.3252

#d30299 color RGB value is (211,2,153).

#d30299 hex color red value is 211, green value is 2 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d30299 hue: 0.88 , saturation: 0.98 and the lightness value of d30299 is 0.42.

The process color (four color CMYK) of #d30299 color hex is 0.00, 0.99, 0.27, 0.17. Web safe color of #d30299 is #cc0099. Color #d30299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000010 10011001
Octal 323 2 231
Decimal 211 2 153
Hex D3 2 99

RGB Percentages of Color #d30299

%57.65
%0.55
%41.80

CMYK Percentages of Color #d30299

%0
%99
%27
%17

Triadic Colors of #d30299

#d30299 #99d302 #0299d3

Analogous Colors of #d30299

#d30299 #d30230 #a502d3

Monochromatic Colors of #d30299

#d30299

Complementary Color

#d30299 #02d33c

#d30299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30299 Color CSS Codes

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

#d30299 Text Font Color

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

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


#d30299 Background Color

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

This div background color is #d30299


#d30299 Border Color

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

This div border color is #d30299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,2,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d30299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d30299;
  -webkit-box-shadow: 1px 1px 3px 2px #d30299;
  box-shadow:         1px 1px 3px 2px #d30299; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30299


Comments

No comments written yet.

Please login to write comment.