Color Hex Logo

#6632ce Color Hex

#6632CE
(102,50,206)
0 Favorites   0 Comments

Color spaces of #6632ce

RGB 10250206
HSL0.720.610.50
HSV260°76°81°
CMYK 0.500.760.00   0.19
XYZ17.76079.562259.3021
Yxy9.56220.20500.1104
Hunter Lab30.922848.4076-92.0572
CIE-Lab37.044957.2118-71.8735

#6632ce color RGB value is (102,50,206).

#6632ce hex color red value is 102, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6632ce hue: 0.72 , saturation: 0.61 and the lightness value of 6632ce is 0.50.

The process color (four color CMYK) of #6632ce color hex is 0.50, 0.76, 0.00, 0.19. Web safe color of #6632ce is #6633cc. Color #6632ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110010 11001110
Octal 146 62 316
Decimal 102 50 206
Hex 66 32 CE

RGB Percentages of Color #6632ce

%28.49
%13.97
%57.54

CMYK Percentages of Color #6632ce

%50
%76
%0
%19

Triadic Colors of #6632ce

#6632ce #ce6632 #32ce66

Analogous Colors of #6632ce

#6632ce #b432ce #324cce

Monochromatic Colors of #6632ce

#6632ce

Complementary Color

#6632ce #9ace32

#6632ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6632ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6632ce Color CSS Codes

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

#6632ce Text Font Color

<p style="color:#6632ce">Text here</p>

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


#6632ce Background Color

<div style="background-color:#6632ce">
Div content here</div>

This div background color is #6632ce


#6632ce Border Color

<div style="border:3px solid #6632ce">
Div here</div>

This div border color is #6632ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,50,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6632ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6632ce;
  -webkit-box-shadow: 1px 1px 3px 2px #6632ce;
  box-shadow:         1px 1px 3px 2px #6632ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6632ce


Comments

No comments written yet.

Please login to write comment.