Color Hex Logo

#380bee Color Hex

#380BEE
(56,11,238)
0 Favorites   0 Comments

Color spaces of #380bee

RGB 5611238
HSL0.700.910.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ17.18327.253181.3833
Yxy7.25310.16240.0685
Hunter Lab26.931666.7584-160.3136
CIE-Lab32.376374.2028-98.0975

#380bee color RGB value is (56,11,238).

#380bee hex color red value is 56, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #380bee hue: 0.70 , saturation: 0.91 and the lightness value of 380bee is 0.49.

The process color (four color CMYK) of #380bee color hex is 0.76, 0.95, 0.00, 0.07. Web safe color of #380bee is #3300ff. Color #380bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001011 11101110
Octal 70 13 356
Decimal 56 11 238
Hex 38 B EE

RGB Percentages of Color #380bee

%18.36
%3.61
%78.03

CMYK Percentages of Color #380bee

%76
%95
%0
%7

Triadic Colors of #380bee

#380bee #ee380b #0bee38

Analogous Colors of #380bee

#380bee #aa0bee #0b50ee

Monochromatic Colors of #380bee

#380bee

Complementary Color

#380bee #c1ee0b

#380bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#380bee Color CSS Codes

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

#380bee Text Font Color

<p style="color:#380bee">Text here</p>

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


#380bee Background Color

<div style="background-color:#380bee">
Div content here</div>

This div background color is #380bee


#380bee Border Color

<div style="border:3px solid #380bee">
Div here</div>

This div border color is #380bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380bee


Comments

No comments written yet.

Please login to write comment.