Color Hex Logo

#383dca Color Hex

#383DCA
(56,61,202)
0 Favorites   0 Comments

Color spaces of #383dca

RGB 5661202
HSL0.660.580.51
HSV238°72°79°
CMYK 0.720.700.00   0.21
XYZ13.96038.442556.7709
Yxy8.44250.17630.1066
Hunter Lab29.056034.9145-95.5043
CIE-Lab34.888044.4639-73.2347

#383dca color RGB value is (56,61,202).

#383dca hex color red value is 56, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #383dca hue: 0.66 , saturation: 0.58 and the lightness value of 383dca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 11001010
Octal 70 75 312
Decimal 56 61 202
Hex 38 3D CA

RGB Percentages of Color #383dca

%17.55
%19.12
%63.32

CMYK Percentages of Color #383dca

%72
%70
%0
%21

Triadic Colors of #383dca

#383dca #ca383d #3dca38

Analogous Colors of #383dca

#383dca #7c38ca #3886ca

Monochromatic Colors of #383dca

#383dca

Complementary Color

#383dca #cac538

#383dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#383dca Color CSS Codes

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

#383dca Text Font Color

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

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


#383dca Background Color

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

This div background color is #383dca


#383dca Border Color

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

This div border color is #383dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,61,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 #383dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383dca


Comments

No comments written yet.

Please login to write comment.