Color Hex Logo

#d30188 Color Hex

#D30188
(211,1,136)
0 Favorites   0 Comments

Color spaces of #d30188

RGB 2111136
HSL0.890.990.42
HSV321°100°83°
CMYK 0.001.000.36   0.17
XYZ31.318815.648224.6623
Yxy15.64820.43720.2185
Hunter Lab39.557872.0963-9.2739
CIE-Lab46.509575.9120-14.1392

#d30188 color RGB value is (211,1,136).

#d30188 hex color red value is 211, green value is 1 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d30188 hue: 0.89 , saturation: 0.99 and the lightness value of d30188 is 0.42.

The process color (four color CMYK) of #d30188 color hex is 0.00, 1.00, 0.36, 0.17. Web safe color of #d30188 is #cc0099. Color #d30188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000001 10001000
Octal 323 1 210
Decimal 211 1 136
Hex D3 1 88

RGB Percentages of Color #d30188

%60.63
%0.29
%39.08

CMYK Percentages of Color #d30188

%0
%100
%36
%17

Triadic Colors of #d30188

#d30188 #88d301 #0188d3

Analogous Colors of #d30188

#d30188 #d3011f #b501d3

Monochromatic Colors of #d30188

#d30188

Complementary Color

#d30188 #01d34c

#d30188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30188 Color CSS Codes

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

#d30188 Text Font Color

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

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


#d30188 Background Color

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

This div background color is #d30188


#d30188 Border Color

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

This div border color is #d30188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30188


Comments

No comments written yet.

Please login to write comment.