Color Hex Logo

#6323dd Color Hex

#6323DD
(99,35,221)
0 Favorites   0 Comments

Color spaces of #6323dd

RGB 9935221
HSL0.720.730.50
HSV261°84°87°
CMYK 0.550.840.00   0.13
XYZ18.79789.075269.1675
Yxy9.07520.19370.0935
Hunter Lab30.125158.6637-115.0429
CIE-Lab36.128766.6202-82.0499

#6323dd color RGB value is (99,35,221).

#6323dd hex color red value is 99, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6323dd hue: 0.72 , saturation: 0.73 and the lightness value of 6323dd is 0.50.

The process color (four color CMYK) of #6323dd color hex is 0.55, 0.84, 0.00, 0.13. Web safe color of #6323dd is #6633cc. Color #6323dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100011 11011101
Octal 143 43 335
Decimal 99 35 221
Hex 63 23 DD

RGB Percentages of Color #6323dd

%27.89
%9.86
%62.25

CMYK Percentages of Color #6323dd

%55
%84
%0
%13

Triadic Colors of #6323dd

#6323dd #dd6323 #23dd63

Analogous Colors of #6323dd

#6323dd #c023dd #2340dd

Monochromatic Colors of #6323dd

#6323dd

Complementary Color

#6323dd #9ddd23

#6323dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6323dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6323dd Color CSS Codes

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

#6323dd Text Font Color

<p style="color:#6323dd">Text here</p>

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


#6323dd Background Color

<div style="background-color:#6323dd">
Div content here</div>

This div background color is #6323dd


#6323dd Border Color

<div style="border:3px solid #6323dd">
Div here</div>

This div border color is #6323dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,35,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6323dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6323dd;
  -webkit-box-shadow: 1px 1px 3px 2px #6323dd;
  box-shadow:         1px 1px 3px 2px #6323dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6323dd


Comments

No comments written yet.

Please login to write comment.