Color Hex Logo

#3018ee Color Hex

#3018EE
(48,24,238)
0 Favorites   0 Comments

Color spaces of #3018ee

RGB 4824238
HSL0.690.860.51
HSV247°90°93°
CMYK 0.800.900.00   0.07
XYZ16.97827.454781.4330
Yxy7.45470.16040.0704
Hunter Lab27.303363.2171-157.7221
CIE-Lab32.820471.1597-97.3687

#3018ee color RGB value is (48,24,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011000 11101110
Octal 60 30 356
Decimal 48 24 238
Hex 30 18 EE

RGB Percentages of Color #3018ee

%15.48
%7.74
%76.77

CMYK Percentages of Color #3018ee

%80
%90
%0
%7

Triadic Colors of #3018ee

#3018ee #ee3018 #18ee30

Analogous Colors of #3018ee

#3018ee #9b18ee #186bee

Monochromatic Colors of #3018ee

#3018ee

Complementary Color

#3018ee #d6ee18

#3018ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3018ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3018ee Color CSS Codes

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

#3018ee Text Font Color

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

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


#3018ee Background Color

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

This div background color is #3018ee


#3018ee Border Color

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

This div border color is #3018ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,24,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 #3018ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3018ee


Comments

No comments written yet.

Please login to write comment.