Color Hex Logo

#c970eb Color Hex

#C970EB
(201,112,235)
0 Favorites   0 Comments

Color spaces of #c970eb

RGB 201112235
HSL0.790.750.68
HSV283°52°92°
CMYK 0.140.520.00   0.08
XYZ44.877030.004082.0233
Yxy30.00400.28600.1912
Hunter Lab54.775950.3843-50.4397
CIE-Lab61.657754.6111-48.0869

#c970eb color RGB value is (201,112,235).

#c970eb hex color red value is 201, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c970eb hue: 0.79 , saturation: 0.75 and the lightness value of c970eb is 0.68.

The process color (four color CMYK) of #c970eb color hex is 0.14, 0.52, 0.00, 0.08. Web safe color of #c970eb is #cc66ff. Color #c970eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11101011
Octal 311 160 353
Decimal 201 112 235
Hex C9 70 EB

RGB Percentages of Color #c970eb

%36.68
%20.44
%42.88

CMYK Percentages of Color #c970eb

%14
%52
%0
%8

Triadic Colors of #c970eb

#c970eb #ebc970 #70ebc9

Analogous Colors of #c970eb

#c970eb #eb70d0 #8c70eb

Monochromatic Colors of #c970eb

#c970eb

Complementary Color

#c970eb #92eb70

#c970eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970eb Color CSS Codes

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

#c970eb Text Font Color

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

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


#c970eb Background Color

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

This div background color is #c970eb


#c970eb Border Color

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

This div border color is #c970eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970eb


Comments

No comments written yet.

Please login to write comment.