Color Hex Logo

#3c35fe Color Hex

#3C35FE
(60,53,254)
0 Favorites   0 Comments

Color spaces of #3c35fe

RGB 6053254
HSL0.670.990.60
HSV242°79°100°
CMYK 0.760.790.00   0.00
XYZ21.026010.662694.7158
Yxy10.66260.16630.0844
Hunter Lab32.653657.7941-149.1202
CIE-Lab39.006365.2999-96.0813

#3c35fe color RGB value is (60,53,254).

#3c35fe hex color red value is 60, green value is 53 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3c35fe hue: 0.67 , saturation: 0.99 and the lightness value of 3c35fe is 0.60.

The process color (four color CMYK) of #3c35fe color hex is 0.76, 0.79, 0.00, 0.00. Web safe color of #3c35fe is #3333ff. Color #3c35fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00110101 11111110
Octal 74 65 376
Decimal 60 53 254
Hex 3C 35 FE

RGB Percentages of Color #3c35fe

%16.35
%14.44
%69.21

CMYK Percentages of Color #3c35fe

%76
%79
%0
%0

Triadic Colors of #3c35fe

#3c35fe #fe3c35 #35fe3c

Analogous Colors of #3c35fe

#3c35fe #a135fe #3593fe

Monochromatic Colors of #3c35fe

#3c35fe

Complementary Color

#3c35fe #f7fe35

#3c35fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c35fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c35fe Color CSS Codes

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

#3c35fe Text Font Color

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

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


#3c35fe Background Color

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

This div background color is #3c35fe


#3c35fe Border Color

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

This div border color is #3c35fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c35fe


Comments

No comments written yet.

Please login to write comment.