Color Hex Logo

#d030eb Color Hex

#D030EB
(208,48,235)
0 Favorites   0 Comments

Color spaces of #d030eb

RGB 20848235
HSL0.810.820.55
HSV291°80°92°
CMYK 0.110.800.00   0.08
XYZ42.064821.522080.5344
Yxy21.52200.29190.1493
Hunter Lab46.391880.6655-70.4509
CIE-Lab53.516181.3953-61.0162

#d030eb color RGB value is (208,48,235).

#d030eb hex color red value is 208, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d030eb hue: 0.81 , saturation: 0.82 and the lightness value of d030eb is 0.55.

The process color (four color CMYK) of #d030eb color hex is 0.11, 0.80, 0.00, 0.08. Web safe color of #d030eb is #cc33ff. Color #d030eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 11101011
Octal 320 60 353
Decimal 208 48 235
Hex D0 30 EB

RGB Percentages of Color #d030eb

%42.36
%9.78
%47.86

CMYK Percentages of Color #d030eb

%11
%80
%0
%8

Triadic Colors of #d030eb

#d030eb #ebd030 #30ebd0

Analogous Colors of #d030eb

#d030eb #eb30a9 #7330eb

Monochromatic Colors of #d030eb

#d030eb

Complementary Color

#d030eb #4beb30

#d030eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030eb Color CSS Codes

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

#d030eb Text Font Color

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

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


#d030eb Background Color

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

This div background color is #d030eb


#d030eb Border Color

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

This div border color is #d030eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030eb


Comments

No comments written yet.

Please login to write comment.