Color Hex Logo

#353ccf Color Hex

#353CCF
(53,60,207)
0 Favorites   0 Comments

Color spaces of #353ccf

RGB 5360207
HSL0.660.620.51
HSV237°74°81°
CMYK 0.740.710.00   0.19
XYZ14.34658.493659.9148
Yxy8.49360.17340.1026
Hunter Lab29.143836.8679-101.4898
CIE-Lab34.990446.4328-75.9763

#353ccf color RGB value is (53,60,207).

#353ccf hex color red value is 53, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #353ccf hue: 0.66 , saturation: 0.62 and the lightness value of 353ccf is 0.51.

The process color (four color CMYK) of #353ccf color hex is 0.74, 0.71, 0.00, 0.19. Web safe color of #353ccf is #3333cc. Color #353ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 11001111
Octal 65 74 317
Decimal 53 60 207
Hex 35 3C CF

RGB Percentages of Color #353ccf

%16.56
%18.75
%64.69

CMYK Percentages of Color #353ccf

%74
%71
%0
%19

Triadic Colors of #353ccf

#353ccf #cf353c #3ccf35

Analogous Colors of #353ccf

#353ccf #7b35cf #3589cf

Monochromatic Colors of #353ccf

#353ccf

Complementary Color

#353ccf #cfc835

#353ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ccf Color CSS Codes

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

#353ccf Text Font Color

<p style="color:#353ccf">Text here</p>

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


#353ccf Background Color

<div style="background-color:#353ccf">
Div content here</div>

This div background color is #353ccf


#353ccf Border Color

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

This div border color is #353ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ccf


Comments

No comments written yet.

Please login to write comment.