Color Hex Logo

#3503ca Color Hex

#3503CA
(53,3,202)
0 Favorites   0 Comments

Color spaces of #3503ca

RGB 533202
HSL0.710.970.40
HSV255°99°79°
CMYK 0.740.990.00   0.21
XYZ12.16145.086356.2179
Yxy5.08630.16550.0692
Hunter Lab22.552856.7870-132.0064
CIE-Lab26.979266.6970-86.3461

#3503ca color RGB value is (53,3,202).

#3503ca hex color red value is 53, green value is 3 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3503ca hue: 0.71 , saturation: 0.97 and the lightness value of 3503ca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000011 11001010
Octal 65 3 312
Decimal 53 3 202
Hex 35 3 CA

RGB Percentages of Color #3503ca

%20.54
%1.16
%78.29

CMYK Percentages of Color #3503ca

%74
%99
%0
%21

Triadic Colors of #3503ca

#3503ca #ca3503 #03ca35

Analogous Colors of #3503ca

#3503ca #9903ca #0334ca

Monochromatic Colors of #3503ca

#3503ca

Complementary Color

#3503ca #98ca03

#3503ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3503ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3503ca Color CSS Codes

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

#3503ca Text Font Color

<p style="color:#3503ca">Text here</p>

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


#3503ca Background Color

<div style="background-color:#3503ca">
Div content here</div>

This div background color is #3503ca


#3503ca Border Color

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

This div border color is #3503ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,3,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 #3503ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3503ca


Comments

No comments written yet.

Please login to write comment.