Color Hex Logo

#4283ca Color Hex

#4283CA
(66,131,202)
0 Favorites   0 Comments

Color spaces of #4283ca

RGB 66131202
HSL0.590.560.53
HSV211°67°79°
CMYK 0.670.350.00   0.21
XYZ21.023721.655158.9489
Yxy21.65510.20690.2131
Hunter Lab46.5350-0.7932-42.5319
CIE-Lab53.65912.1301-42.9034

#4283ca color RGB value is (66,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000011 11001010
Octal 102 203 312
Decimal 66 131 202
Hex 42 83 CA

RGB Percentages of Color #4283ca

%16.54
%32.83
%50.63

CMYK Percentages of Color #4283ca

%67
%35
%0
%21

Triadic Colors of #4283ca

#4283ca #ca4283 #83ca42

Analogous Colors of #4283ca

#4283ca #4542ca #42c7ca

Monochromatic Colors of #4283ca

#4283ca

Complementary Color

#4283ca #ca8942

#4283ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4283ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4283ca Color CSS Codes

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

#4283ca Text Font Color

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

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


#4283ca Background Color

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

This div background color is #4283ca


#4283ca Border Color

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

This div border color is #4283ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4283ca


Comments

No comments written yet.

Please login to write comment.