Color Hex Logo

#4645ca Color Hex

#4645CA
(70,69,202)
0 Favorites   0 Comments

Color spaces of #4645ca

RGB 7069202
HSL0.670.560.53
HSV240°66°79°
CMYK 0.650.660.00   0.21
XYZ15.31469.822656.9659
Yxy9.82260.18650.1196
Hunter Lab31.341032.3761-85.8276
CIE-Lab37.522141.3785-68.8771

#4645ca color RGB value is (70,69,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 11001010
Octal 106 105 312
Decimal 70 69 202
Hex 46 45 CA

RGB Percentages of Color #4645ca

%20.53
%20.23
%59.24

CMYK Percentages of Color #4645ca

%65
%66
%0
%21

Triadic Colors of #4645ca

#4645ca #ca4645 #45ca46

Analogous Colors of #4645ca

#4645ca #8945ca #4587ca

Monochromatic Colors of #4645ca

#4645ca

Complementary Color

#4645ca #c9ca45

#4645ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4645ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4645ca Color CSS Codes

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

#4645ca Text Font Color

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

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


#4645ca Background Color

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

This div background color is #4645ca


#4645ca Border Color

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

This div border color is #4645ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4645ca


Comments

No comments written yet.

Please login to write comment.