Color Hex Logo

#325fee Color Hex

#325FEE
(50,95,238)
0 Favorites   0 Comments

Color spaces of #325fee

RGB 5095238
HSL0.630.850.56
HSV226°79°93°
CMYK 0.790.600.00   0.07
XYZ20.840215.035682.6927
Yxy15.03560.17580.1268
Hunter Lab38.775828.0780-99.2981
CIE-Lab45.682935.6280-76.1233

#325fee color RGB value is (50,95,238).

#325fee hex color red value is 50, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #325fee hue: 0.63 , saturation: 0.85 and the lightness value of 325fee is 0.56.

The process color (four color CMYK) of #325fee color hex is 0.79, 0.60, 0.00, 0.07. Web safe color of #325fee is #3366ff. Color #325fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 11101110
Octal 62 137 356
Decimal 50 95 238
Hex 32 5F EE

RGB Percentages of Color #325fee

%13.05
%24.80
%62.14

CMYK Percentages of Color #325fee

%79
%60
%0
%7

Triadic Colors of #325fee

#325fee #ee325f #5fee32

Analogous Colors of #325fee

#325fee #6332ee #32bdee

Monochromatic Colors of #325fee

#325fee

Complementary Color

#325fee #eec132

#325fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fee Color CSS Codes

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

#325fee Text Font Color

<p style="color:#325fee">Text here</p>

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


#325fee Background Color

<div style="background-color:#325fee">
Div content here</div>

This div background color is #325fee


#325fee Border Color

<div style="border:3px solid #325fee">
Div here</div>

This div border color is #325fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,95,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325fee;
  -webkit-box-shadow: 1px 1px 3px 2px #325fee;
  box-shadow:         1px 1px 3px 2px #325fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,95,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #325fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fee


Comments

No comments written yet.

Please login to write comment.