Color Hex Logo

#4506ca Color Hex

#4506CA
(69,6,202)
0 Favorites   0 Comments

Color spaces of #4506ca

RGB 696202
HSL0.720.940.41
HSV259°97°79°
CMYK 0.660.970.00   0.21
XYZ13.18005.659756.2749
Yxy5.65970.17550.0753
Hunter Lab23.790157.2583-123.5958
CIE-Lab28.537266.8284-83.7142

#4506ca color RGB value is (69,6,202).

#4506ca hex color red value is 69, green value is 6 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4506ca hue: 0.72 , saturation: 0.94 and the lightness value of 4506ca is 0.41.

The process color (four color CMYK) of #4506ca color hex is 0.66, 0.97, 0.00, 0.21. Web safe color of #4506ca is #3300cc. Color #4506ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00000110 11001010
Octal 105 6 312
Decimal 69 6 202
Hex 45 6 CA

RGB Percentages of Color #4506ca

%24.91
%2.17
%72.92

CMYK Percentages of Color #4506ca

%66
%97
%0
%21

Triadic Colors of #4506ca

#4506ca #ca4506 #06ca45

Analogous Colors of #4506ca

#4506ca #a706ca #0629ca

Monochromatic Colors of #4506ca

#4506ca

Complementary Color

#4506ca #8bca06

#4506ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4506ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4506ca Color CSS Codes

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

#4506ca Text Font Color

<p style="color:#4506ca">Text here</p>

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


#4506ca Background Color

<div style="background-color:#4506ca">
Div content here</div>

This div background color is #4506ca


#4506ca Border Color

<div style="border:3px solid #4506ca">
Div here</div>

This div border color is #4506ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,6,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4506ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4506ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4506ca;
  box-shadow:         1px 1px 3px 2px #4506ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4506ca


Comments

No comments written yet.

Please login to write comment.