Color Hex Logo

#3c8eff Color Hex

#3C8EFF
(60,142,255)
0 Favorites   0 Comments

Color spaces of #3c8eff

RGB 60142255
HSL0.601.000.62
HSV215°76°100°
CMYK 0.760.440.00   0.00
XYZ29.586527.526798.3615
Yxy27.52670.19030.1770
Hunter Lab52.46598.8442-74.4290
CIE-Lab59.458713.6081-63.2373

#3c8eff color RGB value is (60,142,255).

#3c8eff hex color red value is 60, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3c8eff hue: 0.60 , saturation: 1.00 and the lightness value of 3c8eff is 0.62.

The process color (four color CMYK) of #3c8eff color hex is 0.76, 0.44, 0.00, 0.00. Web safe color of #3c8eff is #3399ff. Color #3c8eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10001110 11111111
Octal 74 216 377
Decimal 60 142 255
Hex 3C 8E FF

RGB Percentages of Color #3c8eff

%13.13
%31.07
%55.80

CMYK Percentages of Color #3c8eff

%76
%44
%0
%0

Triadic Colors of #3c8eff

#3c8eff #ff3c8e #8eff3c

Analogous Colors of #3c8eff

#3c8eff #4c3cff #3cf0ff

Monochromatic Colors of #3c8eff

#3c8eff

Complementary Color

#3c8eff #ffad3c

#3c8eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c8eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c8eff Color CSS Codes

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

#3c8eff Text Font Color

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

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


#3c8eff Background Color

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

This div background color is #3c8eff


#3c8eff Border Color

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

This div border color is #3c8eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c8eff

Related Colors


Comments

No comments written yet.

Please login to write comment.