Color Hex Logo

#35238a Color Hex

#35238A
(53,35,138)
0 Favorites   0 Comments

Color spaces of #35238a

RGB 5335138
HSL0.700.600.34
HSV250°75°54°
CMYK 0.620.750.00   0.46
XYZ6.65673.793924.4262
Yxy3.79390.19090.1088
Hunter Lab19.477926.9170-60.7177
CIE-Lab22.978038.0907-54.3205

#35238a color RGB value is (53,35,138).

#35238a hex color red value is 53, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #35238a hue: 0.70 , saturation: 0.60 and the lightness value of 35238a is 0.34.

The process color (four color CMYK) of #35238a color hex is 0.62, 0.75, 0.00, 0.46. Web safe color of #35238a is #333399. Color #35238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100011 10001010
Octal 65 43 212
Decimal 53 35 138
Hex 35 23 8A

RGB Percentages of Color #35238a

%23.45
%15.49
%61.06

CMYK Percentages of Color #35238a

%62
%75
%0
%46

Triadic Colors of #35238a

#35238a #8a3523 #238a35

Analogous Colors of #35238a

#35238a #69238a #23448a

Monochromatic Colors of #35238a

#35238a

Complementary Color

#35238a #788a23

#35238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35238a Color CSS Codes

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

#35238a Text Font Color

<p style="color:#35238a">Text here</p>

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


#35238a Background Color

<div style="background-color:#35238a">
Div content here</div>

This div background color is #35238a


#35238a Border Color

<div style="border:3px solid #35238a">
Div here</div>

This div border color is #35238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35238a;
  -webkit-box-shadow: 1px 1px 3px 2px #35238a;
  box-shadow:         1px 1px 3px 2px #35238a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35238a


Comments

No comments written yet.

Please login to write comment.