Color Hex Logo

#3d01ee Color Hex

#3D01EE
(61,1,238)
0 Favorites   0 Comments

Color spaces of #3d01ee

RGB 611238
HSL0.710.990.47
HSV255°100°93°
CMYK 0.741.000.00   0.07
XYZ17.36797.186981.3607
Yxy7.18690.16400.0679
Hunter Lab26.808468.7271-161.1731
CIE-Lab32.228775.8485-98.3353

#3d01ee color RGB value is (61,1,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 00000001 11101110
Octal 75 1 356
Decimal 61 1 238
Hex 3D 1 EE

RGB Percentages of Color #3d01ee

%20.33
%0.33
%79.33

CMYK Percentages of Color #3d01ee

%74
%100
%0
%7

Triadic Colors of #3d01ee

#3d01ee #ee3d01 #01ee3d

Analogous Colors of #3d01ee

#3d01ee #b401ee #013cee

Monochromatic Colors of #3d01ee

#3d01ee

Complementary Color

#3d01ee #b2ee01

#3d01ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d01ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d01ee Color CSS Codes

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

#3d01ee Text Font Color

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

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


#3d01ee Background Color

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

This div background color is #3d01ee


#3d01ee Border Color

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

This div border color is #3d01ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,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 #3d01ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d01ee


Comments

No comments written yet.

Please login to write comment.