Color Hex Logo

#c354ed Color Hex

#C354ED
(195,84,237)
0 Favorites   0 Comments

Color spaces of #c354ed

RGB 19584237
HSL0.790.810.63
HSV284°65°93°
CMYK 0.180.650.00   0.07
XYZ40.962124.057282.6053
Yxy24.05720.27750.1630
Hunter Lab49.048163.2384-65.5206
CIE-Lab56.145066.7048-58.0209

#c354ed color RGB value is (195,84,237).

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

The process color (four color CMYK) of #c354ed color hex is 0.18, 0.65, 0.00, 0.07. Web safe color of #c354ed is #cc66ff. Color #c354ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11101101
Octal 303 124 355
Decimal 195 84 237
Hex C3 54 ED

RGB Percentages of Color #c354ed

%37.79
%16.28
%45.93

CMYK Percentages of Color #c354ed

%18
%65
%0
%7

Triadic Colors of #c354ed

#c354ed #edc354 #54edc3

Analogous Colors of #c354ed

#c354ed #ed54cb #7754ed

Monochromatic Colors of #c354ed

#c354ed

Complementary Color

#c354ed #7eed54

#c354ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354ed Color CSS Codes

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

#c354ed Text Font Color

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

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


#c354ed Background Color

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

This div background color is #c354ed


#c354ed Border Color

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

This div border color is #c354ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354ed


Comments

No comments written yet.

Please login to write comment.