Color Hex Logo

#6333ee Color Hex

#6333EE
(99,51,238)
0 Favorites   0 Comments

Color spaces of #6333ee

RGB 9951238
HSL0.710.850.57
HSV255°79°93°
CMYK 0.580.790.00   0.07
XYZ21.762011.193381.9025
Yxy11.19330.18950.0975
Hunter Lab33.456457.5582-121.7247
CIE-Lab39.904164.9179-85.5036

#6333ee color RGB value is (99,51,238).

#6333ee hex color red value is 99, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6333ee hue: 0.71 , saturation: 0.85 and the lightness value of 6333ee is 0.57.

The process color (four color CMYK) of #6333ee color hex is 0.58, 0.79, 0.00, 0.07. Web safe color of #6333ee is #6633ff. Color #6333ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110011 11101110
Octal 143 63 356
Decimal 99 51 238
Hex 63 33 EE

RGB Percentages of Color #6333ee

%25.52
%13.14
%61.34

CMYK Percentages of Color #6333ee

%58
%79
%0
%7

Triadic Colors of #6333ee

#6333ee #ee6333 #33ee63

Analogous Colors of #6333ee

#6333ee #c133ee #3361ee

Monochromatic Colors of #6333ee

#6333ee

Complementary Color

#6333ee #beee33

#6333ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6333ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6333ee Color CSS Codes

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

#6333ee Text Font Color

<p style="color:#6333ee">Text here</p>

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


#6333ee Background Color

<div style="background-color:#6333ee">
Div content here</div>

This div background color is #6333ee


#6333ee Border Color

<div style="border:3px solid #6333ee">
Div here</div>

This div border color is #6333ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,51,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6333ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6333ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6333ee;
  box-shadow:         1px 1px 3px 2px #6333ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6333ee


Comments

No comments written yet.

Please login to write comment.