Color Hex Logo

#3820ca Color Hex

#3820CA
(56,32,202)
0 Favorites   0 Comments

Color spaces of #3820ca

RGB 5632202
HSL0.690.730.46
HSV248°84°79°
CMYK 0.720.840.00   0.21
XYZ12.80816.138056.3868
Yxy6.13800.17000.0815
Hunter Lab24.775048.9242-117.5990
CIE-Lab29.758059.1087-81.7156

#3820ca color RGB value is (56,32,202).

#3820ca hex color red value is 56, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3820ca hue: 0.69 , saturation: 0.73 and the lightness value of 3820ca is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100000 11001010
Octal 70 40 312
Decimal 56 32 202
Hex 38 20 CA

RGB Percentages of Color #3820ca

%19.31
%11.03
%69.66

CMYK Percentages of Color #3820ca

%72
%84
%0
%21

Triadic Colors of #3820ca

#3820ca #ca3820 #20ca38

Analogous Colors of #3820ca

#3820ca #8d20ca #205dca

Monochromatic Colors of #3820ca

#3820ca

Complementary Color

#3820ca #b2ca20

#3820ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3820ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3820ca Color CSS Codes

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

#3820ca Text Font Color

<p style="color:#3820ca">Text here</p>

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


#3820ca Background Color

<div style="background-color:#3820ca">
Div content here</div>

This div background color is #3820ca


#3820ca Border Color

<div style="border:3px solid #3820ca">
Div here</div>

This div border color is #3820ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3820ca


Comments

No comments written yet.

Please login to write comment.