Color Hex Logo

#c354dd Color Hex

#C354DD
(195,84,221)
0 Favorites   0 Comments

Color spaces of #c354dd

RGB 19584221
HSL0.800.670.60
HSV289°62°87°
CMYK 0.120.620.00   0.13
XYZ38.727123.163270.8364
Yxy23.16320.29180.1745
Hunter Lab48.128259.4086-53.5750
CIE-Lab55.240063.6078-50.4711

#c354dd color RGB value is (195,84,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11011101
Octal 303 124 335
Decimal 195 84 221
Hex C3 54 DD

RGB Percentages of Color #c354dd

%39.00
%16.80
%44.20

CMYK Percentages of Color #c354dd

%12
%62
%0
%13

Triadic Colors of #c354dd

#c354dd #ddc354 #54ddc3

Analogous Colors of #c354dd

#c354dd #dd54b3 #7f54dd

Monochromatic Colors of #c354dd

#c354dd

Complementary Color

#c354dd #6edd54

#c354dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354dd Color CSS Codes

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

#c354dd Text Font Color

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

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


#c354dd Background Color

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

This div background color is #c354dd


#c354dd Border Color

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

This div border color is #c354dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354dd


Comments

No comments written yet.

Please login to write comment.