Color Hex Logo

#3001ee Color Hex

#3001EE
(48,1,238)
0 Favorites   0 Comments

Color spaces of #3001ee

RGB 481238
HSL0.700.990.47
HSV252°100°93°
CMYK 0.801.000.00   0.07
XYZ16.66246.823181.3277
Yxy6.82310.15900.0651
Hunter Lab26.121168.1517-166.3141
CIE-Lab31.400875.5221-99.7381

#3001ee color RGB value is (48,1,238).

#3001ee hex color red value is 48, green value is 1 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3001ee hue: 0.70 , saturation: 0.99 and the lightness value of 3001ee is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000001 11101110
Octal 60 1 356
Decimal 48 1 238
Hex 30 1 EE

RGB Percentages of Color #3001ee

%16.72
%0.35
%82.93

CMYK Percentages of Color #3001ee

%80
%100
%0
%7

Triadic Colors of #3001ee

#3001ee #ee3001 #01ee30

Analogous Colors of #3001ee

#3001ee #a701ee #0149ee

Monochromatic Colors of #3001ee

#3001ee

Complementary Color

#3001ee #bfee01

#3001ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3001ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3001ee Color CSS Codes

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

#3001ee Text Font Color

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

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


#3001ee Background Color

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

This div background color is #3001ee


#3001ee Border Color

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

This div border color is #3001ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3001ee


Comments

No comments written yet.

Please login to write comment.