Color Hex Logo

#3c18ed Color Hex

#3C18ED
(60,24,237)
0 Favorites   0 Comments

Color spaces of #3c18ed

RGB 6024237
HSL0.690.860.51
HSV250°90°93°
CMYK 0.750.900.00   0.07
XYZ17.47627.728480.6914
Yxy7.72840.16500.0730
Hunter Lab27.800063.5623-152.6333
CIE-Lab33.410771.3420-95.7982

#3c18ed color RGB value is (60,24,237).

#3c18ed hex color red value is 60, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3c18ed hue: 0.69 , saturation: 0.86 and the lightness value of 3c18ed is 0.51.

The process color (four color CMYK) of #3c18ed color hex is 0.75, 0.90, 0.00, 0.07. Web safe color of #3c18ed is #3300ff. Color #3c18ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00011000 11101101
Octal 74 30 355
Decimal 60 24 237
Hex 3C 18 ED

RGB Percentages of Color #3c18ed

%18.69
%7.48
%73.83

CMYK Percentages of Color #3c18ed

%75
%90
%0
%7

Triadic Colors of #3c18ed

#3c18ed #ed3c18 #18ed3c

Analogous Colors of #3c18ed

#3c18ed #a718ed #185fed

Monochromatic Colors of #3c18ed

#3c18ed

Complementary Color

#3c18ed #c9ed18

#3c18ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c18ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c18ed Color CSS Codes

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

#3c18ed Text Font Color

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

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


#3c18ed Background Color

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

This div background color is #3c18ed


#3c18ed Border Color

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

This div border color is #3c18ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,24,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c18ed


Comments

No comments written yet.

Please login to write comment.