Color Hex Logo

#380cef Color Hex

#380CEF
(56,12,239)
0 Favorites   0 Comments

Color spaces of #380cef

RGB 5612239
HSL0.700.900.49
HSV252°95°94°
CMYK 0.770.950.00   0.06
XYZ17.34237.335782.1632
Yxy7.33570.16230.0687
Hunter Lab27.084566.8963-160.9023
CIE-Lab32.559274.2842-98.3600

#380cef color RGB value is (56,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 11101111
Octal 70 14 357
Decimal 56 12 239
Hex 38 C EF

RGB Percentages of Color #380cef

%18.24
%3.91
%77.85

CMYK Percentages of Color #380cef

%77
%95
%0
%6

Triadic Colors of #380cef

#380cef #ef380c #0cef38

Analogous Colors of #380cef

#380cef #aa0cef #0c51ef

Monochromatic Colors of #380cef

#380cef

Complementary Color

#380cef #c3ef0c

#380cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cef Color CSS Codes

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

#380cef Text Font Color

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

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


#380cef Background Color

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

This div background color is #380cef


#380cef Border Color

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

This div border color is #380cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cef


Comments

No comments written yet.

Please login to write comment.