Color Hex Logo

#4614bc Color Hex

#4614BC
(70,20,188)
0 Favorites   0 Comments

Color spaces of #4614bc

RGB 7020188
HSL0.720.810.41
HSV258°89°74°
CMYK 0.630.890.00   0.26
XYZ11.85305.433248.0009
Yxy5.43320.18160.0832
Hunter Lab23.309249.9781-105.7800
CIE-Lab27.934960.4297-76.4659

#4614bc color RGB value is (70,20,188).

#4614bc hex color red value is 70, green value is 20 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4614bc hue: 0.72 , saturation: 0.81 and the lightness value of 4614bc is 0.41.

The process color (four color CMYK) of #4614bc color hex is 0.63, 0.89, 0.00, 0.26. Web safe color of #4614bc is #3300cc. Color #4614bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010100 10111100
Octal 106 24 274
Decimal 70 20 188
Hex 46 14 BC

RGB Percentages of Color #4614bc

%25.18
%7.19
%67.63

CMYK Percentages of Color #4614bc

%63
%89
%0
%26

Triadic Colors of #4614bc

#4614bc #bc4614 #14bc46

Analogous Colors of #4614bc

#4614bc #9a14bc #1436bc

Monochromatic Colors of #4614bc

#4614bc

Complementary Color

#4614bc #8abc14

#4614bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4614bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4614bc Color CSS Codes

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

#4614bc Text Font Color

<p style="color:#4614bc">Text here</p>

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


#4614bc Background Color

<div style="background-color:#4614bc">
Div content here</div>

This div background color is #4614bc


#4614bc Border Color

<div style="border:3px solid #4614bc">
Div here</div>

This div border color is #4614bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,20,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4614bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4614bc;
  -webkit-box-shadow: 1px 1px 3px 2px #4614bc;
  box-shadow:         1px 1px 3px 2px #4614bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,20,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4614bc


Comments

No comments written yet.

Please login to write comment.