Color Hex Logo

#380cce Color Hex

#380CCE
(56,12,206)
0 Favorites   0 Comments

Color spaces of #380cce

RGB 5612206
HSL0.700.890.43
HSV254°94°81°
CMYK 0.730.940.00   0.19
XYZ12.90295.559958.7856
Yxy5.55990.16700.0720
Hunter Lab23.579456.4129-131.3095
CIE-Lab28.273866.1369-86.5205

#380cce color RGB value is (56,12,206).

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

The process color (four color CMYK) of #380cce color hex is 0.73, 0.94, 0.00, 0.19. Web safe color of #380cce is #3300cc. Color #380cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 11001110
Octal 70 14 316
Decimal 56 12 206
Hex 38 C CE

RGB Percentages of Color #380cce

%20.44
%4.38
%75.18

CMYK Percentages of Color #380cce

%73
%94
%0
%19

Triadic Colors of #380cce

#380cce #ce380c #0cce38

Analogous Colors of #380cce

#380cce #990cce #0c41ce

Monochromatic Colors of #380cce

#380cce

Complementary Color

#380cce #a2ce0c

#380cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cce Color CSS Codes

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

#380cce Text Font Color

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

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


#380cce Background Color

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

This div background color is #380cce


#380cce Border Color

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

This div border color is #380cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cce


Comments

No comments written yet.

Please login to write comment.