Color Hex Logo

#6331cd Color Hex

#6331CD
(99,49,205)
0 Favorites   0 Comments

Color spaces of #6331cd

RGB 9949205
HSL0.720.610.50
HSV259°76°80°
CMYK 0.520.760.00   0.20
XYZ17.26339.257158.6345
Yxy9.25710.20270.1087
Hunter Lab30.425548.0356-92.9629
CIE-Lab36.474756.9761-72.2415

#6331cd color RGB value is (99,49,205).

#6331cd hex color red value is 99, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6331cd hue: 0.72 , saturation: 0.61 and the lightness value of 6331cd is 0.50.

The process color (four color CMYK) of #6331cd color hex is 0.52, 0.76, 0.00, 0.20. Web safe color of #6331cd is #6633cc. Color #6331cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110001 11001101
Octal 143 61 315
Decimal 99 49 205
Hex 63 31 CD

RGB Percentages of Color #6331cd

%28.05
%13.88
%58.07

CMYK Percentages of Color #6331cd

%52
%76
%0
%20

Triadic Colors of #6331cd

#6331cd #cd6331 #31cd63

Analogous Colors of #6331cd

#6331cd #b131cd #314dcd

Monochromatic Colors of #6331cd

#6331cd

Complementary Color

#6331cd #9bcd31

#6331cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6331cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6331cd Color CSS Codes

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

#6331cd Text Font Color

<p style="color:#6331cd">Text here</p>

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


#6331cd Background Color

<div style="background-color:#6331cd">
Div content here</div>

This div background color is #6331cd


#6331cd Border Color

<div style="border:3px solid #6331cd">
Div here</div>

This div border color is #6331cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,49,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6331cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6331cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6331cd;
  box-shadow:         1px 1px 3px 2px #6331cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6331cd


Comments

No comments written yet.

Please login to write comment.