Color Hex Logo

#0383ce Color Hex

#0383CE
(3,131,206)
0 Favorites   0 Comments

Color spaces of #0383ce

RGB 3131206
HSL0.560.970.41
HSV202°99°81°
CMYK 0.990.360.00   0.19
XYZ19.294420.708261.3727
Yxy20.70820.19030.2043
Hunter Lab45.5063-3.9530-48.1080
CIE-Lab52.6286-1.9573-46.8843

#0383ce color RGB value is (3,131,206).

#0383ce hex color red value is 3, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0383ce hue: 0.56 , saturation: 0.97 and the lightness value of 0383ce is 0.41.

The process color (four color CMYK) of #0383ce color hex is 0.99, 0.36, 0.00, 0.19. Web safe color of #0383ce is #0099cc. Color #0383ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000011 11001110
Octal 3 203 316
Decimal 3 131 206
Hex 3 83 CE

RGB Percentages of Color #0383ce

%0.88
%38.53
%60.59

CMYK Percentages of Color #0383ce

%99
%36
%0
%19

Triadic Colors of #0383ce

#0383ce #ce0383 #83ce03

Analogous Colors of #0383ce

#0383ce #031ece #03ceb4

Monochromatic Colors of #0383ce

#0383ce

Complementary Color

#0383ce #ce4e03

#0383ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0383ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0383ce Color CSS Codes

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

#0383ce Text Font Color

<p style="color:#0383ce">Text here</p>

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


#0383ce Background Color

<div style="background-color:#0383ce">
Div content here</div>

This div background color is #0383ce


#0383ce Border Color

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

This div border color is #0383ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,131,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0383ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0383ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0383ce;
  box-shadow:         1px 1px 3px 2px #0383ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0383ce


Comments

No comments written yet.

Please login to write comment.