Color Hex Logo

#c354de Color Hex

#C354DE
(195,84,222)
0 Favorites   0 Comments

Color spaces of #c354de

RGB 19584222
HSL0.800.680.60
HSV288°62°87°
CMYK 0.120.620.00   0.13
XYZ38.860823.216771.5403
Yxy23.21670.29080.1738
Hunter Lab48.183759.6411-54.3017
CIE-Lab55.294863.7976-50.9487

#c354de color RGB value is (195,84,222).

#c354de hex color red value is 195, green value is 84 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c354de hue: 0.80 , saturation: 0.68 and the lightness value of c354de is 0.60.

The process color (four color CMYK) of #c354de color hex is 0.12, 0.62, 0.00, 0.13. Web safe color of #c354de is #cc66cc. Color #c354de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11011110
Octal 303 124 336
Decimal 195 84 222
Hex C3 54 DE

RGB Percentages of Color #c354de

%38.92
%16.77
%44.31

CMYK Percentages of Color #c354de

%12
%62
%0
%13

Triadic Colors of #c354de

#c354de #dec354 #54dec3

Analogous Colors of #c354de

#c354de #de54b4 #7e54de

Monochromatic Colors of #c354de

#c354de

Complementary Color

#c354de #6fde54

#c354de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354de Color CSS Codes

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

#c354de Text Font Color

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

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


#c354de Background Color

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

This div background color is #c354de


#c354de Border Color

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

This div border color is #c354de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354de


Comments

No comments written yet.

Please login to write comment.