Color Hex Logo

#335ffc Color Hex

#335FFC
(51,95,252)
0 Favorites   0 Comments

Color spaces of #335ffc

RGB 5195252
HSL0.630.970.59
HSV227°80°99°
CMYK 0.800.620.00   0.01
XYZ23.028115.916593.9539
Yxy15.91650.17330.1198
Hunter Lab39.895533.2150-111.7011
CIE-Lab46.864740.7359-82.0189

#335ffc color RGB value is (51,95,252).

#335ffc hex color red value is 51, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #335ffc hue: 0.63 , saturation: 0.97 and the lightness value of 335ffc is 0.59.

The process color (four color CMYK) of #335ffc color hex is 0.80, 0.62, 0.00, 0.01. Web safe color of #335ffc is #3366ff. Color #335ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 11111100
Octal 63 137 374
Decimal 51 95 252
Hex 33 5F FC

RGB Percentages of Color #335ffc

%12.81
%23.87
%63.32

CMYK Percentages of Color #335ffc

%80
%62
%0
%1

Triadic Colors of #335ffc

#335ffc #fc335f #5ffc33

Analogous Colors of #335ffc

#335ffc #6c33fc #33c4fc

Monochromatic Colors of #335ffc

#335ffc

Complementary Color

#335ffc #fcd033

#335ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#335ffc Color CSS Codes

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

#335ffc Text Font Color

<p style="color:#335ffc">Text here</p>

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


#335ffc Background Color

<div style="background-color:#335ffc">
Div content here</div>

This div background color is #335ffc


#335ffc Border Color

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

This div border color is #335ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,95,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #335ffc;
  box-shadow:         1px 1px 3px 2px #335ffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,95,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335ffc


Comments

No comments written yet.

Please login to write comment.