Color Hex Logo

#3020ee Color Hex

#3020EE
(48,32,238)
0 Favorites   0 Comments

Color spaces of #3020ee

RGB 4832238
HSL0.680.860.53
HSV245°87°93°
CMYK 0.800.870.00   0.07
XYZ17.16817.834481.4963
Yxy7.83440.16120.0736
Hunter Lab27.990060.5032-153.0371
CIE-Lab33.635668.6919-96.0103

#3020ee color RGB value is (48,32,238).

#3020ee hex color red value is 48, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3020ee hue: 0.68 , saturation: 0.86 and the lightness value of 3020ee is 0.53.

The process color (four color CMYK) of #3020ee color hex is 0.80, 0.87, 0.00, 0.07. Web safe color of #3020ee is #3333ff. Color #3020ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100000 11101110
Octal 60 40 356
Decimal 48 32 238
Hex 30 20 EE

RGB Percentages of Color #3020ee

%15.09
%10.06
%74.84

CMYK Percentages of Color #3020ee

%80
%87
%0
%7

Triadic Colors of #3020ee

#3020ee #ee3020 #20ee30

Analogous Colors of #3020ee

#3020ee #9720ee #2077ee

Monochromatic Colors of #3020ee

#3020ee

Complementary Color

#3020ee #deee20

#3020ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3020ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3020ee Color CSS Codes

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

#3020ee Text Font Color

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

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


#3020ee Background Color

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

This div background color is #3020ee


#3020ee Border Color

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

This div border color is #3020ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,32,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3020ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3020ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3020ee;
  box-shadow:         1px 1px 3px 2px #3020ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3020ee


Comments

No comments written yet.

Please login to write comment.