Color Hex Logo

#3c84fd Color Hex

#3C84FD
(60,132,253)
0 Favorites   0 Comments

Color spaces of #3c84fd

RGB 60132253
HSL0.600.980.61
HSV218°76°99°
CMYK 0.760.480.00   0.01
XYZ27.844424.555096.2005
Yxy24.55500.18740.1652
Hunter Lab49.553013.5834-80.4165
CIE-Lab56.639218.9751-66.6721

#3c84fd color RGB value is (60,132,253).

#3c84fd hex color red value is 60, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3c84fd hue: 0.60 , saturation: 0.98 and the lightness value of 3c84fd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000100 11111101
Octal 74 204 375
Decimal 60 132 253
Hex 3C 84 FD

RGB Percentages of Color #3c84fd

%13.48
%29.66
%56.85

CMYK Percentages of Color #3c84fd

%76
%48
%0
%1

Triadic Colors of #3c84fd

#3c84fd #fd3c84 #84fd3c

Analogous Colors of #3c84fd

#3c84fd #553cfd #3ce5fd

Monochromatic Colors of #3c84fd

#3c84fd

Complementary Color

#3c84fd #fdb53c

#3c84fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c84fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c84fd Color CSS Codes

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

#3c84fd Text Font Color

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

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


#3c84fd Background Color

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

This div background color is #3c84fd


#3c84fd Border Color

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

This div border color is #3c84fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c84fd


Comments

No comments written yet.

Please login to write comment.