Color Hex Logo

#3e18ca Color Hex

#3E18CA
(62,24,202)
0 Favorites   0 Comments

Color spaces of #3e18ca

RGB 6224202
HSL0.700.790.44
HSV253°88°79°
CMYK 0.690.880.00   0.21
XYZ12.97395.941756.3402
Yxy5.94170.17240.0790
Hunter Lab24.375652.3492-119.9762
CIE-Lab29.264962.3355-82.5215

#3e18ca color RGB value is (62,24,202).

#3e18ca hex color red value is 62, green value is 24 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3e18ca hue: 0.70 , saturation: 0.79 and the lightness value of 3e18ca is 0.44.

The process color (four color CMYK) of #3e18ca color hex is 0.69, 0.88, 0.00, 0.21. Web safe color of #3e18ca is #3300cc. Color #3e18ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00011000 11001010
Octal 76 30 312
Decimal 62 24 202
Hex 3E 18 CA

RGB Percentages of Color #3e18ca

%21.53
%8.33
%70.14

CMYK Percentages of Color #3e18ca

%69
%88
%0
%21

Triadic Colors of #3e18ca

#3e18ca #ca3e18 #18ca3e

Analogous Colors of #3e18ca

#3e18ca #9718ca #184bca

Monochromatic Colors of #3e18ca

#3e18ca

Complementary Color

#3e18ca #a4ca18

#3e18ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e18ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e18ca Color CSS Codes

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

#3e18ca Text Font Color

<p style="color:#3e18ca">Text here</p>

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


#3e18ca Background Color

<div style="background-color:#3e18ca">
Div content here</div>

This div background color is #3e18ca


#3e18ca Border Color

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

This div border color is #3e18ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,24,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e18ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e18ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3e18ca;
  box-shadow:         1px 1px 3px 2px #3e18ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,24,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 #3e18ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e18ca


Comments

No comments written yet.

Please login to write comment.