Color Hex Logo

#c55eed Color Hex

#C55EED
(197,94,237)
0 Favorites   0 Comments

Color spaces of #c55eed

RGB 19794237
HSL0.790.800.65
HSV283°60°93°
CMYK 0.170.600.00   0.07
XYZ42.314725.990182.9071
Yxy25.99010.27980.1719
Hunter Lab50.980558.9423-60.7341
CIE-Lab58.027762.7021-54.9969

#c55eed color RGB value is (197,94,237).

#c55eed hex color red value is 197, green value is 94 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c55eed hue: 0.79 , saturation: 0.80 and the lightness value of c55eed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011110 11101101
Octal 305 136 355
Decimal 197 94 237
Hex C5 5E ED

RGB Percentages of Color #c55eed

%37.31
%17.80
%44.89

CMYK Percentages of Color #c55eed

%17
%60
%0
%7

Triadic Colors of #c55eed

#c55eed #edc55e #5eedc5

Analogous Colors of #c55eed

#c55eed #ed5ece #7e5eed

Monochromatic Colors of #c55eed

#c55eed

Complementary Color

#c55eed #86ed5e

#c55eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55eed Color CSS Codes

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

#c55eed Text Font Color

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

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


#c55eed Background Color

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

This div background color is #c55eed


#c55eed Border Color

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

This div border color is #c55eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55eed


Comments

No comments written yet.

Please login to write comment.