Color Hex Logo

#63067b Color Hex

#63067B
(99,6,123)
0 Favorites   0 Comments

Color spaces of #63067b

RGB 996123
HSL0.800.910.25
HSV288°95°48°
CMYK 0.200.950.00   0.52
XYZ8.78594.213019.0890
Yxy4.21300.27380.1313
Hunter Lab20.525640.4864-40.7724
CIE-Lab24.363552.0946-42.3441

#63067b color RGB value is (99,6,123).

#63067b hex color red value is 99, green value is 6 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #63067b hue: 0.80 , saturation: 0.91 and the lightness value of 63067b is 0.25.

The process color (four color CMYK) of #63067b color hex is 0.20, 0.95, 0.00, 0.52. Web safe color of #63067b is #660066. Color #63067b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000110 01111011
Octal 143 6 173
Decimal 99 6 123
Hex 63 6 7B

RGB Percentages of Color #63067b

%43.42
%2.63
%53.95

CMYK Percentages of Color #63067b

%20
%95
%0
%52

Triadic Colors of #63067b

#63067b #7b6306 #067b63

Analogous Colors of #63067b

#63067b #7b0658 #29067b

Monochromatic Colors of #63067b

#63067b

Complementary Color

#63067b #1e7b06

#63067b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63067b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63067b Color CSS Codes

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

#63067b Text Font Color

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

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


#63067b Background Color

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

This div background color is #63067b


#63067b Border Color

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

This div border color is #63067b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63067b


Comments

No comments written yet.

Please login to write comment.