Color Hex Logo

#350ccd Color Hex

#350CCD
(53,12,205)
0 Favorites   0 Comments

Color spaces of #350ccd

RGB 5312205
HSL0.700.890.43
HSV253°94°80°
CMYK 0.740.940.00   0.20
XYZ12.61915.427658.1401
Yxy5.42760.16560.0712
Hunter Lab23.297255.9157-131.6550
CIE-Lab27.919865.7647-86.5326

#350ccd color RGB value is (53,12,205).

#350ccd hex color red value is 53, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #350ccd hue: 0.70 , saturation: 0.89 and the lightness value of 350ccd is 0.43.

The process color (four color CMYK) of #350ccd color hex is 0.74, 0.94, 0.00, 0.20. Web safe color of #350ccd is #3300cc. Color #350ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001100 11001101
Octal 65 14 315
Decimal 53 12 205
Hex 35 C CD

RGB Percentages of Color #350ccd

%19.63
%4.44
%75.93

CMYK Percentages of Color #350ccd

%74
%94
%0
%20

Triadic Colors of #350ccd

#350ccd #cd350c #0ccd35

Analogous Colors of #350ccd

#350ccd #960ccd #0c44cd

Monochromatic Colors of #350ccd

#350ccd

Complementary Color

#350ccd #a4cd0c

#350ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#350ccd Color CSS Codes

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

#350ccd Text Font Color

<p style="color:#350ccd">Text here</p>

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


#350ccd Background Color

<div style="background-color:#350ccd">
Div content here</div>

This div background color is #350ccd


#350ccd Border Color

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

This div border color is #350ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,12,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #350ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #350ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #350ccd;
  box-shadow:         1px 1px 3px 2px #350ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350ccd


Comments

No comments written yet.

Please login to write comment.