Color Hex Logo

#c54dee Color Hex

#C54DEE
(197,77,238)
0 Favorites   0 Comments

Color spaces of #c54dee

RGB 19777238
HSL0.790.830.62
HSV285°68°93°
CMYK 0.170.680.00   0.07
XYZ41.112523.351183.2293
Yxy23.35110.27840.1581
Hunter Lab48.323067.3001-68.2923
CIE-Lab55.432270.2392-59.7081

#c54dee color RGB value is (197,77,238).

#c54dee hex color red value is 197, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c54dee hue: 0.79 , saturation: 0.83 and the lightness value of c54dee is 0.62.

The process color (four color CMYK) of #c54dee color hex is 0.17, 0.68, 0.00, 0.07. Web safe color of #c54dee is #cc66ff. Color #c54dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001101 11101110
Octal 305 115 356
Decimal 197 77 238
Hex C5 4D EE

RGB Percentages of Color #c54dee

%38.48
%15.04
%46.48

CMYK Percentages of Color #c54dee

%17
%68
%0
%7

Triadic Colors of #c54dee

#c54dee #eec54d #4deec5

Analogous Colors of #c54dee

#c54dee #ee4dc7 #754dee

Monochromatic Colors of #c54dee

#c54dee

Complementary Color

#c54dee #76ee4d

#c54dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54dee Color CSS Codes

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

#c54dee Text Font Color

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

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


#c54dee Background Color

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

This div background color is #c54dee


#c54dee Border Color

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

This div border color is #c54dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,77,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c54dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c54dee;
  -webkit-box-shadow: 1px 1px 3px 2px #c54dee;
  box-shadow:         1px 1px 3px 2px #c54dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,77,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54dee


Comments

No comments written yet.

Please login to write comment.