Color Hex Logo

#350dca Color Hex

#350DCA
(53,13,202)
0 Favorites   0 Comments

Color spaces of #350dca

RGB 5313202
HSL0.700.880.42
HSV253°94°79°
CMYK 0.740.940.00   0.21
XYZ12.27285.309056.2550
Yxy5.30900.16620.0719
Hunter Lab23.041354.7548-128.6270
CIE-Lab27.597664.7988-85.3153

#350dca color RGB value is (53,13,202).

#350dca hex color red value is 53, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #350dca hue: 0.70 , saturation: 0.88 and the lightness value of 350dca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001101 11001010
Octal 65 15 312
Decimal 53 13 202
Hex 35 D CA

RGB Percentages of Color #350dca

%19.78
%4.85
%75.37

CMYK Percentages of Color #350dca

%74
%94
%0
%21

Triadic Colors of #350dca

#350dca #ca350d #0dca35

Analogous Colors of #350dca

#350dca #940dca #0d43ca

Monochromatic Colors of #350dca

#350dca

Complementary Color

#350dca #a2ca0d

#350dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#350dca Color CSS Codes

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

#350dca Text Font Color

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

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


#350dca Background Color

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

This div background color is #350dca


#350dca Border Color

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

This div border color is #350dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350dca


Comments

No comments written yet.

Please login to write comment.