Color Hex Logo

#6302b5 Color Hex

#6302B5
(99,2,181)
0 Favorites   0 Comments

Color spaces of #6302b5

RGB 992181
HSL0.760.980.36
HSV273°99°71°
CMYK 0.450.990.00   0.29
XYZ13.50786.032344.1685
Yxy6.03230.21200.0947
Hunter Lab24.560755.1893-89.4309
CIE-Lab29.493864.8328-69.6144

#6302b5 color RGB value is (99,2,181).

#6302b5 hex color red value is 99, green value is 2 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6302b5 hue: 0.76 , saturation: 0.98 and the lightness value of 6302b5 is 0.36.

The process color (four color CMYK) of #6302b5 color hex is 0.45, 0.99, 0.00, 0.29. Web safe color of #6302b5 is #6600cc. Color #6302b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000010 10110101
Octal 143 2 265
Decimal 99 2 181
Hex 63 2 B5

RGB Percentages of Color #6302b5

%35.11
%0.71
%64.18

CMYK Percentages of Color #6302b5

%45
%99
%0
%29

Triadic Colors of #6302b5

#6302b5 #b56302 #02b563

Analogous Colors of #6302b5

#6302b5 #b502ae #0a02b5

Monochromatic Colors of #6302b5

#6302b5

Complementary Color

#6302b5 #54b502

#6302b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6302b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6302b5 Color CSS Codes

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

#6302b5 Text Font Color

<p style="color:#6302b5">Text here</p>

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


#6302b5 Background Color

<div style="background-color:#6302b5">
Div content here</div>

This div background color is #6302b5


#6302b5 Border Color

<div style="border:3px solid #6302b5">
Div here</div>

This div border color is #6302b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,2,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6302b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6302b5;
  -webkit-box-shadow: 1px 1px 3px 2px #6302b5;
  box-shadow:         1px 1px 3px 2px #6302b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6302b5


Comments

No comments written yet.

Please login to write comment.