Color Hex Logo

#d34082 Color Hex

#D34082
(211,64,130)
0 Favorites   0 Comments

Color spaces of #d34082

RGB 21164130
HSL0.930.630.54
HSV333°70°83°
CMYK 0.000.700.38   0.17
XYZ32.726619.127423.0862
Yxy19.12740.43670.2552
Hunter Lab43.734957.0346-0.6828
CIE-Lab50.835962.3626-4.0255

#d34082 color RGB value is (211,64,130).

#d34082 hex color red value is 211, green value is 64 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d34082 hue: 0.93 , saturation: 0.63 and the lightness value of d34082 is 0.54.

The process color (four color CMYK) of #d34082 color hex is 0.00, 0.70, 0.38, 0.17. Web safe color of #d34082 is #cc3399. Color #d34082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000000 10000010
Octal 323 100 202
Decimal 211 64 130
Hex D3 40 82

RGB Percentages of Color #d34082

%52.10
%15.80
%32.10

CMYK Percentages of Color #d34082

%0
%70
%38
%17

Triadic Colors of #d34082

#d34082 #82d340 #4082d3

Analogous Colors of #d34082

#d34082 #d34840 #d340cc

Monochromatic Colors of #d34082

#d34082

Complementary Color

#d34082 #40d391

#d34082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34082 Color CSS Codes

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

#d34082 Text Font Color

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

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


#d34082 Background Color

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

This div background color is #d34082


#d34082 Border Color

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

This div border color is #d34082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34082


Comments

No comments written yet.

Please login to write comment.