Color Hex Logo

#4594ca Color Hex

#4594CA
(69,148,202)
0 Favorites   0 Comments

Color spaces of #4594ca

RGB 69148202
HSL0.570.560.53
HSV204°66°79°
CMYK 0.660.270.00   0.21
XYZ23.704826.709359.7831
Yxy26.70930.21510.2424
Hunter Lab51.6810-8.5683-32.4082
CIE-Lab58.7043-7.2728-34.9702

#4594ca color RGB value is (69,148,202).

#4594ca hex color red value is 69, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4594ca hue: 0.57 , saturation: 0.56 and the lightness value of 4594ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10010100 11001010
Octal 105 224 312
Decimal 69 148 202
Hex 45 94 CA

RGB Percentages of Color #4594ca

%16.47
%35.32
%48.21

CMYK Percentages of Color #4594ca

%66
%27
%0
%21

Triadic Colors of #4594ca

#4594ca #ca4594 #94ca45

Analogous Colors of #4594ca

#4594ca #4552ca #45cabe

Monochromatic Colors of #4594ca

#4594ca

Complementary Color

#4594ca #ca7b45

#4594ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4594ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4594ca Color CSS Codes

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

#4594ca Text Font Color

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

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


#4594ca Background Color

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

This div background color is #4594ca


#4594ca Border Color

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

This div border color is #4594ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4594ca


Comments

No comments written yet.

Please login to write comment.