Color Hex Logo

#d63081 Color Hex

#D63081
(214,48,129)
0 Favorites   0 Comments

Color spaces of #d63081

RGB 21448129
HSL0.920.670.51
HSV331°78°84°
CMYK 0.000.780.40   0.16
XYZ32.751017.995022.5161
Yxy17.99500.44700.2456
Hunter Lab42.420563.5760-1.7758
CIE-Lab49.490068.2509-5.3561

#d63081 color RGB value is (214,48,129).

#d63081 hex color red value is 214, green value is 48 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d63081 hue: 0.92 , saturation: 0.67 and the lightness value of d63081 is 0.51.

The process color (four color CMYK) of #d63081 color hex is 0.00, 0.78, 0.40, 0.16. Web safe color of #d63081 is #cc3399. Color #d63081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110000 10000001
Octal 326 60 201
Decimal 214 48 129
Hex D6 30 81

RGB Percentages of Color #d63081

%54.73
%12.28
%32.99

CMYK Percentages of Color #d63081

%0
%78
%40
%16

Triadic Colors of #d63081

#d63081 #81d630 #3081d6

Analogous Colors of #d63081

#d63081 #d63230 #d630d4

Monochromatic Colors of #d63081

#d63081

Complementary Color

#d63081 #30d685

#d63081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63081 Color CSS Codes

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

#d63081 Text Font Color

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

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


#d63081 Background Color

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

This div background color is #d63081


#d63081 Border Color

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

This div border color is #d63081


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,48,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d63081; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d63081;
  -webkit-box-shadow: 1px 1px 3px 2px #d63081;
  box-shadow:         1px 1px 3px 2px #d63081; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63081


Comments

No comments written yet.

Please login to write comment.