Color Hex Logo

#380cee Color Hex

#380CEE
(56,12,238)
0 Favorites   0 Comments

Color spaces of #380cee

RGB 5612238
HSL0.700.900.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ17.19507.276781.3872
Yxy7.27670.16240.0687
Hunter Lab26.975466.5750-160.0008
CIE-Lab32.428774.0416-98.0101

#380cee color RGB value is (56,12,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 11101110
Octal 70 14 356
Decimal 56 12 238
Hex 38 C EE

RGB Percentages of Color #380cee

%18.30
%3.92
%77.78

CMYK Percentages of Color #380cee

%76
%95
%0
%7

Triadic Colors of #380cee

#380cee #ee380c #0cee38

Analogous Colors of #380cee

#380cee #a90cee #0c51ee

Monochromatic Colors of #380cee

#380cee

Complementary Color

#380cee #c2ee0c

#380cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cee Color CSS Codes

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

#380cee Text Font Color

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

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


#380cee Background Color

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

This div background color is #380cee


#380cee Border Color

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

This div border color is #380cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cee


Comments

No comments written yet.

Please login to write comment.