Color Hex Logo

#132fee Color Hex

#132FEE
(19,47,238)
0 Favorites   0 Comments

Color spaces of #132fee

RGB 1947238
HSL0.650.870.50
HSV232°92°93°
CMYK 0.920.800.00   0.07
XYZ16.71778.344581.6185
Yxy8.34450.15670.0782
Hunter Lab28.886852.7514-147.3005
CIE-Lab34.690361.6523-94.2826

#132fee color RGB value is (19,47,238).

#132fee hex color red value is 19, green value is 47 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #132fee hue: 0.65 , saturation: 0.87 and the lightness value of 132fee is 0.50.

The process color (four color CMYK) of #132fee color hex is 0.92, 0.80, 0.00, 0.07. Web safe color of #132fee is #0033ff. Color #132fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101111 11101110
Octal 23 57 356
Decimal 19 47 238
Hex 13 2F EE

RGB Percentages of Color #132fee

%6.25
%15.46
%78.29

CMYK Percentages of Color #132fee

%92
%80
%0
%7

Triadic Colors of #132fee

#132fee #ee132f #2fee13

Analogous Colors of #132fee

#132fee #6413ee #139dee

Monochromatic Colors of #132fee

#132fee

Complementary Color

#132fee #eed213

#132fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#132fee Color CSS Codes

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

#132fee Text Font Color

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

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


#132fee Background Color

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

This div background color is #132fee


#132fee Border Color

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

This div border color is #132fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,47,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 #132fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132fee


Comments

No comments written yet.

Please login to write comment.