Color Hex Logo

#380ce2 Color Hex

#380CE2
(56,12,226)
0 Favorites   0 Comments

Color spaces of #380ce2

RGB 5612226
HSL0.700.900.47
HSV252°95°89°
CMYK 0.750.950.00   0.11
XYZ15.48986.594772.4080
Yxy6.59470.16390.0698
Hunter Lab25.680162.7277-149.1986
CIE-Lab30.865871.1031-93.7679

#380ce2 color RGB value is (56,12,226).

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

The process color (four color CMYK) of #380ce2 color hex is 0.75, 0.95, 0.00, 0.11. Web safe color of #380ce2 is #3300cc. Color #380ce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 11100010
Octal 70 14 342
Decimal 56 12 226
Hex 38 C E2

RGB Percentages of Color #380ce2

%19.05
%4.08
%76.87

CMYK Percentages of Color #380ce2

%75
%95
%0
%11

Triadic Colors of #380ce2

#380ce2 #e2380c #0ce238

Analogous Colors of #380ce2

#380ce2 #a30ce2 #0c4be2

Monochromatic Colors of #380ce2

#380ce2

Complementary Color

#380ce2 #b6e20c

#380ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380ce2 Color CSS Codes

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

#380ce2 Text Font Color

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

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


#380ce2 Background Color

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

This div background color is #380ce2


#380ce2 Border Color

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

This div border color is #380ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380ce2


Comments

No comments written yet.

Please login to write comment.