Color Hex Logo

#c354da Color Hex

#C354DA
(195,84,218)
0 Favorites   0 Comments

Color spaces of #c354da

RGB 19584218
HSL0.800.640.59
HSV290°61°85°
CMYK 0.110.610.00   0.15
XYZ38.330923.004768.7498
Yxy23.00470.29470.1768
Hunter Lab47.963258.7167-51.4112
CIE-Lab55.077263.0413-49.0333

#c354da color RGB value is (195,84,218).

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

The process color (four color CMYK) of #c354da color hex is 0.11, 0.61, 0.00, 0.15. Web safe color of #c354da is #cc66cc. Color #c354da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11011010
Octal 303 124 332
Decimal 195 84 218
Hex C3 54 DA

RGB Percentages of Color #c354da

%39.24
%16.90
%43.86

CMYK Percentages of Color #c354da

%11
%61
%0
%15

Triadic Colors of #c354da

#c354da #dac354 #54dac3

Analogous Colors of #c354da

#c354da #da54ae #8054da

Monochromatic Colors of #c354da

#c354da

Complementary Color

#c354da #6bda54

#c354da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354da Color CSS Codes

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

#c354da Text Font Color

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

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


#c354da Background Color

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

This div background color is #c354da


#c354da Border Color

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

This div border color is #c354da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354da


Comments

No comments written yet.

Please login to write comment.