Color Hex Logo

#c621eb Color Hex

#C621EB
(198,33,235)
0 Favorites   0 Comments

Color spaces of #c621eb

RGB 19833235
HSL0.800.830.53
HSV289°86°92°
CMYK 0.160.860.00   0.08
XYZ38.828019.091680.2359
Yxy19.09160.28100.1382
Hunter Lab43.693982.1571-78.2895
CIE-Lab50.794283.0925-65.4855

#c621eb color RGB value is (198,33,235).

#c621eb hex color red value is 198, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c621eb hue: 0.80 , saturation: 0.83 and the lightness value of c621eb is 0.53.

The process color (four color CMYK) of #c621eb color hex is 0.16, 0.86, 0.00, 0.08. Web safe color of #c621eb is #cc33ff. Color #c621eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100001 11101011
Octal 306 41 353
Decimal 198 33 235
Hex C6 21 EB

RGB Percentages of Color #c621eb

%42.49
%7.08
%50.43

CMYK Percentages of Color #c621eb

%16
%86
%0
%8

Triadic Colors of #c621eb

#c621eb #ebc621 #21ebc6

Analogous Colors of #c621eb

#c621eb #eb21ab #6121eb

Monochromatic Colors of #c621eb

#c621eb

Complementary Color

#c621eb #46eb21

#c621eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c621eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c621eb Color CSS Codes

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

#c621eb Text Font Color

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

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


#c621eb Background Color

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

This div background color is #c621eb


#c621eb Border Color

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

This div border color is #c621eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,33,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c621eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c621eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c621eb;
  box-shadow:         1px 1px 3px 2px #c621eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,33,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c621eb


Comments

No comments written yet.

Please login to write comment.