Color Hex Logo

#d30efb Color Hex

#D30EFB
(211,14,251)
0 Favorites   0 Comments

Color spaces of #d30efb

RGB 21114251
HSL0.810.970.52
HSV290°94°98°
CMYK 0.160.940.00   0.02
XYZ44.433621.128093.0030
Yxy21.12800.28020.1332
Hunter Lab45.965292.1131-87.7879
CIE-Lab53.089390.2573-70.6424

#d30efb color RGB value is (211,14,251).

#d30efb hex color red value is 211, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d30efb hue: 0.81 , saturation: 0.97 and the lightness value of d30efb is 0.52.

The process color (four color CMYK) of #d30efb color hex is 0.16, 0.94, 0.00, 0.02. Web safe color of #d30efb is #cc00ff. Color #d30efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001110 11111011
Octal 323 16 373
Decimal 211 14 251
Hex D3 E FB

RGB Percentages of Color #d30efb

%44.33
%2.94
%52.73

CMYK Percentages of Color #d30efb

%16
%94
%0
%2

Triadic Colors of #d30efb

#d30efb #fbd30e #0efbd3

Analogous Colors of #d30efb

#d30efb #fb0ead #5c0efb

Monochromatic Colors of #d30efb

#d30efb

Complementary Color

#d30efb #36fb0e

#d30efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30efb Color CSS Codes

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

#d30efb Text Font Color

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

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


#d30efb Background Color

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

This div background color is #d30efb


#d30efb Border Color

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

This div border color is #d30efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30efb


Comments

No comments written yet.

Please login to write comment.