Color Hex Logo

#d305e1 Color Hex

#D305E1
(211,5,225)
0 Favorites   0 Comments

Color spaces of #d305e1

RGB 2115225
HSL0.820.960.45
HSV296°98°88°
CMYK 0.060.980.00   0.12
XYZ40.508819.393772.8425
Yxy19.39370.30520.1461
Hunter Lab44.038387.1270-67.2432
CIE-Lab51.144786.8597-59.1528

#d305e1 color RGB value is (211,5,225).

#d305e1 hex color red value is 211, green value is 5 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d305e1 hue: 0.82 , saturation: 0.96 and the lightness value of d305e1 is 0.45.

The process color (four color CMYK) of #d305e1 color hex is 0.06, 0.98, 0.00, 0.12. Web safe color of #d305e1 is #cc00cc. Color #d305e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000101 11100001
Octal 323 5 341
Decimal 211 5 225
Hex D3 5 E1

RGB Percentages of Color #d305e1

%47.85
%1.13
%51.02

CMYK Percentages of Color #d305e1

%6
%98
%0
%12

Triadic Colors of #d305e1

#d305e1 #e1d305 #05e1d3

Analogous Colors of #d305e1

#d305e1 #e10581 #6505e1

Monochromatic Colors of #d305e1

#d305e1

Complementary Color

#d305e1 #13e105

#d305e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d305e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d305e1 Color CSS Codes

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

#d305e1 Text Font Color

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

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


#d305e1 Background Color

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

This div background color is #d305e1


#d305e1 Border Color

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

This div border color is #d305e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d305e1


Comments

No comments written yet.

Please login to write comment.