Color Hex Logo

#4520cb Color Hex

#4520CB
(69,32,203)
0 Favorites   0 Comments

Color spaces of #4520cb

RGB 6932203
HSL0.700.730.46
HSV253°84°80°
CMYK 0.660.840.00   0.20
XYZ13.75026.610057.0511
Yxy6.61000.17760.0854
Hunter Lab25.709950.4732-113.5694
CIE-Lab30.902060.3144-80.3714

#4520cb color RGB value is (69,32,203).

#4520cb hex color red value is 69, green value is 32 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4520cb hue: 0.70 , saturation: 0.73 and the lightness value of 4520cb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00100000 11001011
Octal 105 40 313
Decimal 69 32 203
Hex 45 20 CB

RGB Percentages of Color #4520cb

%22.70
%10.53
%66.78

CMYK Percentages of Color #4520cb

%66
%84
%0
%20

Triadic Colors of #4520cb

#4520cb #cb4520 #20cb45

Analogous Colors of #4520cb

#4520cb #9b20cb #2051cb

Monochromatic Colors of #4520cb

#4520cb

Complementary Color

#4520cb #a6cb20

#4520cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4520cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4520cb Color CSS Codes

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

#4520cb Text Font Color

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

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


#4520cb Background Color

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

This div background color is #4520cb


#4520cb Border Color

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

This div border color is #4520cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,32,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 #4520cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4520cb


Comments

No comments written yet.

Please login to write comment.