Color Hex Logo

#380cdc Color Hex

#380CDC
(56,12,220)
0 Favorites   0 Comments

Color spaces of #380cdc

RGB 5612220
HSL0.700.900.45
HSV253°95°86°
CMYK 0.750.950.00   0.14
XYZ14.68066.271068.1468
Yxy6.27100.16480.0704
Hunter Lab25.042060.8204-143.8167
CIE-Lab30.086169.6227-91.6182

#380cdc color RGB value is (56,12,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001100 11011100
Octal 70 14 334
Decimal 56 12 220
Hex 38 C DC

RGB Percentages of Color #380cdc

%19.44
%4.17
%76.39

CMYK Percentages of Color #380cdc

%75
%95
%0
%14

Triadic Colors of #380cdc

#380cdc #dc380c #0cdc38

Analogous Colors of #380cdc

#380cdc #a00cdc #0c48dc

Monochromatic Colors of #380cdc

#380cdc

Complementary Color

#380cdc #b0dc0c

#380cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#380cdc Color CSS Codes

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

#380cdc Text Font Color

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

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


#380cdc Background Color

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

This div background color is #380cdc


#380cdc Border Color

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

This div border color is #380cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380cdc


Comments

No comments written yet.

Please login to write comment.