Color Hex Logo

#63075b Color Hex

#63075B
(99,7,91)
0 Favorites   0 Comments

Color spaces of #63075b

RGB 99791
HSL0.850.870.21
HSV305°93°39°
CMYK 0.000.930.08   0.61
XYZ7.10993.559910.2099
Yxy3.55990.34050.1705
Hunter Lab18.867734.2455-18.8763
CIE-Lab22.159646.1933-25.0699

#63075b color RGB value is (99,7,91).

#63075b hex color red value is 99, green value is 7 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #63075b hue: 0.85 , saturation: 0.87 and the lightness value of 63075b is 0.21.

The process color (four color CMYK) of #63075b color hex is 0.00, 0.93, 0.08, 0.61. Web safe color of #63075b is #660066. Color #63075b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000111 01011011
Octal 143 7 133
Decimal 99 7 91
Hex 63 7 5B

RGB Percentages of Color #63075b

%50.25
%3.55
%46.19

CMYK Percentages of Color #63075b

%0
%93
%8
%61

Triadic Colors of #63075b

#63075b #5b6307 #075b63

Analogous Colors of #63075b

#63075b #63072d #3d0763

Monochromatic Colors of #63075b

#63075b

Complementary Color

#63075b #07630f

#63075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63075b Color CSS Codes

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

#63075b Text Font Color

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

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


#63075b Background Color

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

This div background color is #63075b


#63075b Border Color

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

This div border color is #63075b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,7,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63075b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63075b;
  -webkit-box-shadow: 1px 1px 3px 2px #63075b;
  box-shadow:         1px 1px 3px 2px #63075b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,7,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63075b


Comments

No comments written yet.

Please login to write comment.