Color Hex Logo

#6652af Color Hex

#6652AF
(102,82,175)
0 Favorites   0 Comments

Color spaces of #6652af

RGB 10282175
HSL0.700.370.50
HSV253°53°69°
CMYK 0.420.530.00   0.31
XYZ16.234611.954542.0092
Yxy11.95450.23130.1703
Hunter Lab34.575323.3068-47.8351
CIE-Lab41.143731.1109-47.0753

#6652af color RGB value is (102,82,175).

#6652af hex color red value is 102, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6652af hue: 0.70 , saturation: 0.37 and the lightness value of 6652af is 0.50.

The process color (four color CMYK) of #6652af color hex is 0.42, 0.53, 0.00, 0.31. Web safe color of #6652af is #666699. Color #6652af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010010 10101111
Octal 146 122 257
Decimal 102 82 175
Hex 66 52 AF

RGB Percentages of Color #6652af

%28.41
%22.84
%48.75

CMYK Percentages of Color #6652af

%42
%53
%0
%31

Triadic Colors of #6652af

#6652af #af6652 #52af66

Analogous Colors of #6652af

#6652af #9552af #526daf

Monochromatic Colors of #6652af

#6652af

Complementary Color

#6652af #9baf52

#6652af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6652af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6652af Color CSS Codes

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

#6652af Text Font Color

<p style="color:#6652af">Text here</p>

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


#6652af Background Color

<div style="background-color:#6652af">
Div content here</div>

This div background color is #6652af


#6652af Border Color

<div style="border:3px solid #6652af">
Div here</div>

This div border color is #6652af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,82,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6652af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6652af;
  -webkit-box-shadow: 1px 1px 3px 2px #6652af;
  box-shadow:         1px 1px 3px 2px #6652af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6652af


Comments

No comments written yet.

Please login to write comment.