Color Hex Logo

#4530ca Color Hex

#4530CA
(69,48,202)
0 Favorites   0 Comments

Color spaces of #4530ca

RGB 6948202
HSL0.690.620.49
HSV248°76°79°
CMYK 0.660.760.00   0.21
XYZ14.17197.643456.6055
Yxy7.64340.18070.0975
Hunter Lab27.646743.1187-102.0412
CIE-Lab33.228952.9411-75.9387

#4530ca color RGB value is (69,48,202).

#4530ca hex color red value is 69, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4530ca hue: 0.69 , saturation: 0.62 and the lightness value of 4530ca is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110000 11001010
Octal 105 60 312
Decimal 69 48 202
Hex 45 30 CA

RGB Percentages of Color #4530ca

%21.63
%15.05
%63.32

CMYK Percentages of Color #4530ca

%66
%76
%0
%21

Triadic Colors of #4530ca

#4530ca #ca4530 #30ca45

Analogous Colors of #4530ca

#4530ca #9230ca #3068ca

Monochromatic Colors of #4530ca

#4530ca

Complementary Color

#4530ca #b5ca30

#4530ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4530ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4530ca Color CSS Codes

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

#4530ca Text Font Color

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

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


#4530ca Background Color

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

This div background color is #4530ca


#4530ca Border Color

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

This div border color is #4530ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4530ca


Comments

No comments written yet.

Please login to write comment.