Color Hex Logo

#c455ed Color Hex

#C455ED
(196,85,237)
0 Favorites   0 Comments

Color spaces of #c455ed

RGB 19685237
HSL0.790.810.63
HSV284°64°93°
CMYK 0.170.640.00   0.07
XYZ41.299524.347282.6435
Yxy24.34720.27850.1642
Hunter Lab49.342963.0527-64.7637
CIE-Lab56.433866.4944-57.5512

#c455ed color RGB value is (196,85,237).

#c455ed hex color red value is 196, green value is 85 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c455ed hue: 0.79 , saturation: 0.81 and the lightness value of c455ed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 11101101
Octal 304 125 355
Decimal 196 85 237
Hex C4 55 ED

RGB Percentages of Color #c455ed

%37.84
%16.41
%45.75

CMYK Percentages of Color #c455ed

%17
%64
%0
%7

Triadic Colors of #c455ed

#c455ed #edc455 #55edc4

Analogous Colors of #c455ed

#c455ed #ed55ca #7855ed

Monochromatic Colors of #c455ed

#c455ed

Complementary Color

#c455ed #7eed55

#c455ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c455ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c455ed Color CSS Codes

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

#c455ed Text Font Color

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

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


#c455ed Background Color

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

This div background color is #c455ed


#c455ed Border Color

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

This div border color is #c455ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c455ed


Comments

No comments written yet.

Please login to write comment.