Color Hex Logo

#382dca Color Hex

#382DCA
(56,45,202)
0 Favorites   0 Comments

Color spaces of #382dca

RGB 5645202
HSL0.680.640.48
HSV244°78°79°
CMYK 0.720.780.00   0.21
XYZ13.22996.981856.5274
Yxy6.98180.17240.0910
Hunter Lab26.423143.1336-108.3440
CIE-Lab31.765453.2395-78.3879

#382dca color RGB value is (56,45,202).

#382dca hex color red value is 56, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #382dca hue: 0.68 , saturation: 0.64 and the lightness value of 382dca is 0.48.

The process color (four color CMYK) of #382dca color hex is 0.72, 0.78, 0.00, 0.21. Web safe color of #382dca is #3333cc. Color #382dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101101 11001010
Octal 70 55 312
Decimal 56 45 202
Hex 38 2D CA

RGB Percentages of Color #382dca

%18.48
%14.85
%66.67

CMYK Percentages of Color #382dca

%72
%78
%0
%21

Triadic Colors of #382dca

#382dca #ca382d #2dca38

Analogous Colors of #382dca

#382dca #872dca #2d71ca

Monochromatic Colors of #382dca

#382dca

Complementary Color

#382dca #bfca2d

#382dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#382dca Color CSS Codes

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

#382dca Text Font Color

<p style="color:#382dca">Text here</p>

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


#382dca Background Color

<div style="background-color:#382dca">
Div content here</div>

This div background color is #382dca


#382dca Border Color

<div style="border:3px solid #382dca">
Div here</div>

This div border color is #382dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,45,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #382dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #382dca;
  -webkit-box-shadow: 1px 1px 3px 2px #382dca;
  box-shadow:         1px 1px 3px 2px #382dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382dca


Comments

No comments written yet.

Please login to write comment.