Color Hex Logo

#c754eb Color Hex

#C754EB
(199,84,235)
0 Favorites   0 Comments

Color spaces of #c754eb

RGB 19984235
HSL0.790.790.63
HSV286°64°92°
CMYK 0.150.640.00   0.08
XYZ41.718924.480981.1237
Yxy24.48090.28320.1662
Hunter Lab49.478263.9204-62.5763
CIE-Lab56.566167.2016-56.1978

#c754eb color RGB value is (199,84,235).

#c754eb hex color red value is 199, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c754eb hue: 0.79 , saturation: 0.79 and the lightness value of c754eb is 0.63.

The process color (four color CMYK) of #c754eb color hex is 0.15, 0.64, 0.00, 0.08. Web safe color of #c754eb is #cc66ff. Color #c754eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010100 11101011
Octal 307 124 353
Decimal 199 84 235
Hex C7 54 EB

RGB Percentages of Color #c754eb

%38.42
%16.22
%45.37

CMYK Percentages of Color #c754eb

%15
%64
%0
%8

Triadic Colors of #c754eb

#c754eb #ebc754 #54ebc7

Analogous Colors of #c754eb

#c754eb #eb54c4 #7c54eb

Monochromatic Colors of #c754eb

#c754eb

Complementary Color

#c754eb #78eb54

#c754eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c754eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c754eb Color CSS Codes

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

#c754eb Text Font Color

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

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


#c754eb Background Color

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

This div background color is #c754eb


#c754eb Border Color

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

This div border color is #c754eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c754eb


Comments

No comments written yet.

Please login to write comment.