Color Hex Logo

#033cfd Color Hex

#033CFD
(3,60,253)
0 Favorites   0 Comments

Color spaces of #033cfd

RGB 360253
HSL0.630.980.50
HSV226°99°99°
CMYK 0.990.760.00   0.01
XYZ19.383010.342993.9033
Yxy10.34290.15680.0837
Hunter Lab32.160451.3009-150.6053
CIE-Lab38.450959.6026-96.4913

#033cfd color RGB value is (3,60,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111100 11111101
Octal 3 74 375
Decimal 3 60 253
Hex 3 3C FD

RGB Percentages of Color #033cfd

%0.95
%18.99
%80.06

CMYK Percentages of Color #033cfd

%99
%76
%0
%1

Triadic Colors of #033cfd

#033cfd #fd033c #3cfd03

Analogous Colors of #033cfd

#033cfd #4703fd #03b9fd

Monochromatic Colors of #033cfd

#033cfd

Complementary Color

#033cfd #fdc403

#033cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#033cfd Color CSS Codes

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

#033cfd Text Font Color

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

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


#033cfd Background Color

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

This div background color is #033cfd


#033cfd Border Color

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

This div border color is #033cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,60,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033cfd


Comments

No comments written yet.

Please login to write comment.