color codes Logo

#d30f6d color codes

#D30F6D
(211,15,109)
0 Favorites   0 Comments

Color spaces of #d30f6d

RGB 21115109
HSL0.920.870.44
HSV331°93°83°
CMYK 0.000.930.48   0.17
XYZ29.795115.294715.8498
Yxy15.29470.48890.2510
Hunter Lab39.108467.55203.3470
CIE-Lab46.035272.26241.7487

#d30f6d color RGB value is (211,15,109).

#d30f6d hex color red value is 211, green value is 15 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d30f6d hue: 0.92 , saturation: 0.87 and the lightness value of d30f6d is 0.44.

The process color (four color CMYK) of #d30f6d color code is 0.00, 0.93, 0.48, 0.17. Web safe color of #d30f6d is #cc0066. Color #d30f6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001111 01101101
Octal 323 17 155
Decimal 211 15 109
Hex D3 F 6D

RGB Percentages of Color #d30f6d

%62.99
%4.48
%32.54

CMYK Percentages of Color #d30f6d

%0
%93
%48
%17

Triadic Colors of #d30f6d

#d30f6d #6dd30f #0f6dd3

Analogous Colors of #d30f6d

#d30f6d #d3130f #d30fcf

Monochromatic Colors of #d30f6d

#d30f6d

Complementary Color

#d30f6d #0fd375

#d30f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30f6d Color CSS Codes

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

#d30f6d Text Font Color

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

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


#d30f6d Background Color

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

This div background color is #d30f6d


#d30f6d Border Color

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

This div border color is #d30f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30f6d


Comments

No comments written yet.

Please login to write comment.