Color Hex Logo

#c754ff Color Hex

#C754FF
(199,84,255)
0 Favorites   0 Comments

Color spaces of #c754ff

RGB 19984255
HSL0.781.000.66
HSV280°67°100°
CMYK 0.220.670.00   0.00
XYZ44.773525.702897.2090
Yxy25.70280.26700.1533
Hunter Lab50.697968.9196-78.1950
CIE-Lab57.753971.1383-65.4186

#c754ff color RGB value is (199,84,255).

#c754ff hex color red value is 199, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c754ff hue: 0.78 , saturation: 1.00 and the lightness value of c754ff is 0.66.

The process color (four color CMYK) of #c754ff color hex is 0.22, 0.67, 0.00, 0.00. Web safe color of #c754ff is #cc66ff. Color #c754ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010100 11111111
Octal 307 124 377
Decimal 199 84 255
Hex C7 54 FF

RGB Percentages of Color #c754ff

%36.99
%15.61
%47.40

CMYK Percentages of Color #c754ff

%22
%67
%0
%0

Triadic Colors of #c754ff

#c754ff #ffc754 #54ffc7

Analogous Colors of #c754ff

#c754ff #ff54e2 #7254ff

Monochromatic Colors of #c754ff

#c754ff

Complementary Color

#c754ff #8cff54

#c754ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c754ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c754ff Color CSS Codes

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

#c754ff Text Font Color

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

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


#c754ff Background Color

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

This div background color is #c754ff


#c754ff Border Color

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

This div border color is #c754ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,84,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c754ff

Related Colors


Comments

No comments written yet.

Please login to write comment.