Color Hex Logo

#4514cb Color Hex

#4514CB
(69,20,203)
0 Favorites   0 Comments

Color spaces of #4514cb

RGB 6920203
HSL0.710.820.44
HSV256°90°80°
CMYK 0.660.900.00   0.20
XYZ13.48396.077356.9623
Yxy6.07730.17620.0794
Hunter Lab24.652254.4921-119.7413
CIE-Lab29.606764.1924-82.5211

#4514cb color RGB value is (69,20,203).

#4514cb hex color red value is 69, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4514cb hue: 0.71 , saturation: 0.82 and the lightness value of 4514cb is 0.44.

The process color (four color CMYK) of #4514cb color hex is 0.66, 0.90, 0.00, 0.20. Web safe color of #4514cb is #3300cc. Color #4514cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010100 11001011
Octal 105 24 313
Decimal 69 20 203
Hex 45 14 CB

RGB Percentages of Color #4514cb

%23.63
%6.85
%69.52

CMYK Percentages of Color #4514cb

%66
%90
%0
%20

Triadic Colors of #4514cb

#4514cb #cb4514 #14cb45

Analogous Colors of #4514cb

#4514cb #a114cb #143fcb

Monochromatic Colors of #4514cb

#4514cb

Complementary Color

#4514cb #9acb14

#4514cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4514cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4514cb Color CSS Codes

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

#4514cb Text Font Color

<p style="color:#4514cb">Text here</p>

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


#4514cb Background Color

<div style="background-color:#4514cb">
Div content here</div>

This div background color is #4514cb


#4514cb Border Color

<div style="border:3px solid #4514cb">
Div here</div>

This div border color is #4514cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,20,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4514cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4514cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4514cb;
  box-shadow:         1px 1px 3px 2px #4514cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4514cb


Comments

No comments written yet.

Please login to write comment.