Color Hex Logo

#3872ee Color Hex

#3872EE
(56,114,238)
0 Favorites   0 Comments

Color spaces of #3872ee

RGB 56114238
HSL0.610.840.58
HSV221°76°93°
CMYK 0.760.520.00   0.07
XYZ23.080819.048483.3491
Yxy19.04840.18390.1518
Hunter Lab43.644518.0195-82.6767
CIE-Lab50.743824.2535-67.8792

#3872ee color RGB value is (56,114,238).

#3872ee hex color red value is 56, green value is 114 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3872ee hue: 0.61 , saturation: 0.84 and the lightness value of 3872ee is 0.58.

The process color (four color CMYK) of #3872ee color hex is 0.76, 0.52, 0.00, 0.07. Web safe color of #3872ee is #3366ff. Color #3872ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110010 11101110
Octal 70 162 356
Decimal 56 114 238
Hex 38 72 EE

RGB Percentages of Color #3872ee

%13.73
%27.94
%58.33

CMYK Percentages of Color #3872ee

%76
%52
%0
%7

Triadic Colors of #3872ee

#3872ee #ee3872 #72ee38

Analogous Colors of #3872ee

#3872ee #5938ee #38cdee

Monochromatic Colors of #3872ee

#3872ee

Complementary Color

#3872ee #eeb438

#3872ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3872ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3872ee Color CSS Codes

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

#3872ee Text Font Color

<p style="color:#3872ee">Text here</p>

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


#3872ee Background Color

<div style="background-color:#3872ee">
Div content here</div>

This div background color is #3872ee


#3872ee Border Color

<div style="border:3px solid #3872ee">
Div here</div>

This div border color is #3872ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,114,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3872ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3872ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3872ee;
  box-shadow:         1px 1px 3px 2px #3872ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,114,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 #3872ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3872ee


Comments

No comments written yet.

Please login to write comment.