Color Hex Logo

#2357ca Color Hex

#2357CA
(35,87,202)
0 Favorites   0 Comments

Color spaces of #2357ca

RGB 3587202
HSL0.610.700.46
HSV221°83°79°
CMYK 0.830.570.00   0.21
XYZ14.762011.438057.3068
Yxy11.43800.17680.1370
Hunter Lab33.820118.7275-76.7904
CIE-Lab40.308626.0553-64.3937

#2357ca color RGB value is (35,87,202).

#2357ca hex color red value is 35, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2357ca hue: 0.61 , saturation: 0.70 and the lightness value of 2357ca is 0.46.

The process color (four color CMYK) of #2357ca color hex is 0.83, 0.57, 0.00, 0.21. Web safe color of #2357ca is #3366cc. Color #2357ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010111 11001010
Octal 43 127 312
Decimal 35 87 202
Hex 23 57 CA

RGB Percentages of Color #2357ca

%10.80
%26.85
%62.35

CMYK Percentages of Color #2357ca

%83
%57
%0
%21

Triadic Colors of #2357ca

#2357ca #ca2357 #57ca23

Analogous Colors of #2357ca

#2357ca #4223ca #23abca

Monochromatic Colors of #2357ca

#2357ca

Complementary Color

#2357ca #ca9623

#2357ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2357ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2357ca Color CSS Codes

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

#2357ca Text Font Color

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

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


#2357ca Background Color

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

This div background color is #2357ca


#2357ca Border Color

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

This div border color is #2357ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2357ca


Comments

No comments written yet.

Please login to write comment.