Color Hex Logo

#c920eb Color Hex

#C920EB
(201,32,235)
0 Favorites   0 Comments

Color spaces of #c920eb

RGB 20132235
HSL0.810.840.52
HSV290°86°92°
CMYK 0.140.860.00   0.08
XYZ39.599319.448780.2641
Yxy19.44870.28420.1396
Hunter Lab44.100783.1042-77.0385
CIE-Lab51.208183.7490-64.7930

#c920eb color RGB value is (201,32,235).

#c920eb hex color red value is 201, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c920eb hue: 0.81 , saturation: 0.84 and the lightness value of c920eb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 11101011
Octal 311 40 353
Decimal 201 32 235
Hex C9 20 EB

RGB Percentages of Color #c920eb

%42.95
%6.84
%50.21

CMYK Percentages of Color #c920eb

%14
%86
%0
%8

Triadic Colors of #c920eb

#c920eb #ebc920 #20ebc9

Analogous Colors of #c920eb

#c920eb #eb20a8 #6420eb

Monochromatic Colors of #c920eb

#c920eb

Complementary Color

#c920eb #42eb20

#c920eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c920eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c920eb Color CSS Codes

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

#c920eb Text Font Color

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

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


#c920eb Background Color

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

This div background color is #c920eb


#c920eb Border Color

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

This div border color is #c920eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,32,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 #c920eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c920eb


Comments

No comments written yet.

Please login to write comment.