Color Hex Logo

#388ede Color Hex

#388EDE
(56,142,222)
0 Favorites   0 Comments

Color spaces of #388ede

RGB 56142222
HSL0.580.720.55
HSV209°75°87°
CMYK 0.750.360.00   0.13
XYZ24.488725.460772.7310
Yxy25.46070.19960.2075
Hunter Lab50.4586-1.6725-50.1396
CIE-Lab57.52161.2568-48.0689

#388ede color RGB value is (56,142,222).

#388ede hex color red value is 56, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #388ede hue: 0.58 , saturation: 0.72 and the lightness value of 388ede is 0.55.

The process color (four color CMYK) of #388ede color hex is 0.75, 0.36, 0.00, 0.13. Web safe color of #388ede is #3399cc. Color #388ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 11011110
Octal 70 216 336
Decimal 56 142 222
Hex 38 8E DE

RGB Percentages of Color #388ede

%13.33
%33.81
%52.86

CMYK Percentages of Color #388ede

%75
%36
%0
%13

Triadic Colors of #388ede

#388ede #de388e #8ede38

Analogous Colors of #388ede

#388ede #383bde #38dedb

Monochromatic Colors of #388ede

#388ede

Complementary Color

#388ede #de8838

#388ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#388ede Color CSS Codes

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

#388ede Text Font Color

<p style="color:#388ede">Text here</p>

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


#388ede Background Color

<div style="background-color:#388ede">
Div content here</div>

This div background color is #388ede


#388ede Border Color

<div style="border:3px solid #388ede">
Div here</div>

This div border color is #388ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,142,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388ede;
  -webkit-box-shadow: 1px 1px 3px 2px #388ede;
  box-shadow:         1px 1px 3px 2px #388ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,142,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388ede


Comments

No comments written yet.

Please login to write comment.