Color Hex Logo

#6605ea Color Hex

#6605EA
(102,5,234)
0 Favorites   0 Comments

Color spaces of #6605ea

RGB 1025234
HSL0.740.960.47
HSV265°98°92°
CMYK 0.560.980.00   0.08
XYZ20.38508.873878.4803
Yxy8.87380.18920.0824
Hunter Lab29.788970.0196-135.3500
CIE-Lab35.740276.2733-90.1134

#6605ea color RGB value is (102,5,234).

#6605ea hex color red value is 102, green value is 5 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6605ea hue: 0.74 , saturation: 0.96 and the lightness value of 6605ea is 0.47.

The process color (four color CMYK) of #6605ea color hex is 0.56, 0.98, 0.00, 0.08. Web safe color of #6605ea is #6600ff. Color #6605ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000101 11101010
Octal 146 5 352
Decimal 102 5 234
Hex 66 5 EA

RGB Percentages of Color #6605ea

%29.91
%1.47
%68.62

CMYK Percentages of Color #6605ea

%56
%98
%0
%8

Triadic Colors of #6605ea

#6605ea #ea6605 #05ea66

Analogous Colors of #6605ea

#6605ea #d905ea #0516ea

Monochromatic Colors of #6605ea

#6605ea

Complementary Color

#6605ea #89ea05

#6605ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6605ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6605ea Color CSS Codes

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

#6605ea Text Font Color

<p style="color:#6605ea">Text here</p>

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


#6605ea Background Color

<div style="background-color:#6605ea">
Div content here</div>

This div background color is #6605ea


#6605ea Border Color

<div style="border:3px solid #6605ea">
Div here</div>

This div border color is #6605ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,5,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6605ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6605ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6605ea;
  box-shadow:         1px 1px 3px 2px #6605ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6605ea


Comments

No comments written yet.

Please login to write comment.