Color Hex Logo

#0312dd Color Hex

#0312DD
(3,18,221)
0 Favorites   0 Comments

Color spaces of #0312dd

RGB 318221
HSL0.660.970.44
HSV236°99°87°
CMYK 0.990.920.00   0.13
XYZ13.30505.672468.8002
Yxy5.67240.15160.0646
Hunter Lab23.816858.0377-154.6008
CIE-Lab28.570467.5005-94.7765

#0312dd color RGB value is (3,18,221).

#0312dd hex color red value is 3, green value is 18 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0312dd hue: 0.66 , saturation: 0.97 and the lightness value of 0312dd is 0.44.

The process color (four color CMYK) of #0312dd color hex is 0.99, 0.92, 0.00, 0.13. Web safe color of #0312dd is #0000cc. Color #0312dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010010 11011101
Octal 3 22 335
Decimal 3 18 221
Hex 3 12 DD

RGB Percentages of Color #0312dd

%1.24
%7.44
%91.32

CMYK Percentages of Color #0312dd

%99
%92
%0
%13

Triadic Colors of #0312dd

#0312dd #dd0312 #12dd03

Analogous Colors of #0312dd

#0312dd #6103dd #037fdd

Monochromatic Colors of #0312dd

#0312dd

Complementary Color

#0312dd #ddce03

#0312dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0312dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0312dd Color CSS Codes

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

#0312dd Text Font Color

<p style="color:#0312dd">Text here</p>

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


#0312dd Background Color

<div style="background-color:#0312dd">
Div content here</div>

This div background color is #0312dd


#0312dd Border Color

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

This div border color is #0312dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,18,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0312dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0312dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0312dd;
  box-shadow:         1px 1px 3px 2px #0312dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0312dd


Comments

No comments written yet.

Please login to write comment.