Color Hex Logo

#4512dc Color Hex

#4512DC
(69,18,220)
0 Favorites   0 Comments

Color spaces of #4512dc

RGB 6918220
HSL0.710.850.47
HSV255°92°86°
CMYK 0.690.920.00   0.14
XYZ15.58886.865168.2136
Yxy6.86510.17190.0757
Hunter Lab26.201360.3484-136.0170
CIE-Lab31.497868.9596-89.2402

#4512dc color RGB value is (69,18,220).

#4512dc hex color red value is 69, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4512dc hue: 0.71 , saturation: 0.85 and the lightness value of 4512dc is 0.47.

The process color (four color CMYK) of #4512dc color hex is 0.69, 0.92, 0.00, 0.14. Web safe color of #4512dc is #3300cc. Color #4512dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010010 11011100
Octal 105 22 334
Decimal 69 18 220
Hex 45 12 DC

RGB Percentages of Color #4512dc

%22.48
%5.86
%71.66

CMYK Percentages of Color #4512dc

%69
%92
%0
%14

Triadic Colors of #4512dc

#4512dc #dc4512 #12dc45

Analogous Colors of #4512dc

#4512dc #aa12dc #1244dc

Monochromatic Colors of #4512dc

#4512dc

Complementary Color

#4512dc #a9dc12

#4512dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4512dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4512dc Color CSS Codes

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

#4512dc Text Font Color

<p style="color:#4512dc">Text here</p>

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


#4512dc Background Color

<div style="background-color:#4512dc">
Div content here</div>

This div background color is #4512dc


#4512dc Border Color

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

This div border color is #4512dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,18,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4512dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4512dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4512dc;
  box-shadow:         1px 1px 3px 2px #4512dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4512dc


Comments

No comments written yet.

Please login to write comment.