Color Hex Logo

#35006b Color Hex

#35006B
(53,0,107)
0 Favorites   0 Comments

Color spaces of #35006b

RGB 530107
HSL0.751.000.21
HSV270°100°42°
CMYK 0.501.000.00   0.58
XYZ4.12201.818414.0437
Yxy1.81840.20630.0910
Hunter Lab13.484830.9650-52.3080
CIE-Lab14.503844.1862-48.4574

#35006b color RGB value is (53,0,107).

#35006b hex color red value is 53, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #35006b hue: 0.75 , saturation: 1.00 and the lightness value of 35006b is 0.21.

The process color (four color CMYK) of #35006b color hex is 0.50, 1.00, 0.00, 0.58. Web safe color of #35006b is #330066. Color #35006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000000 01101011
Octal 65 0 153
Decimal 53 0 107
Hex 35 0 6B

RGB Percentages of Color #35006b

%33.13
%0.00
%66.88

CMYK Percentages of Color #35006b

%50
%100
%0
%58

Triadic Colors of #35006b

#35006b #6b3500 #006b35

Analogous Colors of #35006b

#35006b #6b006b #00006b

Monochromatic Colors of #35006b

#35006b

Complementary Color

#35006b #366b00

#35006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35006b Color CSS Codes

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

#35006b Text Font Color

<p style="color:#35006b">Text here</p>

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


#35006b Background Color

<div style="background-color:#35006b">
Div content here</div>

This div background color is #35006b


#35006b Border Color

<div style="border:3px solid #35006b">
Div here</div>

This div border color is #35006b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,0,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35006b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35006b;
  -webkit-box-shadow: 1px 1px 3px 2px #35006b;
  box-shadow:         1px 1px 3px 2px #35006b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35006b


Comments

No comments written yet.

Please login to write comment.