Color Hex Logo

#033dee Color Hex

#033DEE
(3,61,238)
0 Favorites   0 Comments

Color spaces of #033dee

RGB 361238
HSL0.630.980.47
HSV225°99°93°
CMYK 0.990.740.00   0.07
XYZ17.13899.529981.8251
Yxy9.52990.15800.0878
Hunter Lab30.870545.0773-135.5440
CIE-Lab36.985154.0939-90.4791

#033dee color RGB value is (3,61,238).

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

The process color (four color CMYK) of #033dee color hex is 0.99, 0.74, 0.00, 0.07. Web safe color of #033dee is #0033ff. Color #033dee contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #033dee

%0.99
%20.20
%78.81

CMYK Percentages of Color #033dee

%99
%74
%0
%7

Triadic Colors of #033dee

#033dee #ee033d #3dee03

Analogous Colors of #033dee

#033dee #3f03ee #03b3ee

Monochromatic Colors of #033dee

#033dee

Complementary Color

#033dee #eeb403

#033dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#033dee Color CSS Codes

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

#033dee Text Font Color

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

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


#033dee Background Color

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

This div background color is #033dee


#033dee Border Color

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

This div border color is #033dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033dee


Comments

No comments written yet.

Please login to write comment.