Color Hex Logo

#6326cd Color Hex

#6326CD
(99,38,205)
0 Favorites   0 Comments

Color spaces of #6326cd

RGB 9938205
HSL0.730.690.48
HSV262°81°80°
CMYK 0.520.810.00   0.20
XYZ16.85818.446758.4995
Yxy8.44670.20120.1008
Hunter Lab29.063252.6782-98.9969
CIE-Lab34.896461.5459-74.8377

#6326cd color RGB value is (99,38,205).

#6326cd hex color red value is 99, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6326cd hue: 0.73 , saturation: 0.69 and the lightness value of 6326cd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100110 11001101
Octal 143 46 315
Decimal 99 38 205
Hex 63 26 CD

RGB Percentages of Color #6326cd

%28.95
%11.11
%59.94

CMYK Percentages of Color #6326cd

%52
%81
%0
%20

Triadic Colors of #6326cd

#6326cd #cd6326 #26cd63

Analogous Colors of #6326cd

#6326cd #b726cd #263dcd

Monochromatic Colors of #6326cd

#6326cd

Complementary Color

#6326cd #90cd26

#6326cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6326cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6326cd Color CSS Codes

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

#6326cd Text Font Color

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

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


#6326cd Background Color

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

This div background color is #6326cd


#6326cd Border Color

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

This div border color is #6326cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,38,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 #6326cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6326cd


Comments

No comments written yet.

Please login to write comment.