Color Hex Logo

#c354ff Color Hex

#C354FF
(195,84,255)
0 Favorites   0 Comments

Color spaces of #c354ff

RGB 19584255
HSL0.771.000.66
HSV279°67°100°
CMYK 0.240.670.00   0.00
XYZ43.726025.162797.1600
Yxy25.16270.26330.1515
Hunter Lab50.162467.8121-79.7255
CIE-Lab57.233670.3229-66.2832

#c354ff color RGB value is (195,84,255).

#c354ff hex color red value is 195, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c354ff hue: 0.77 , saturation: 1.00 and the lightness value of c354ff is 0.66.

The process color (four color CMYK) of #c354ff color hex is 0.24, 0.67, 0.00, 0.00. Web safe color of #c354ff is #cc66ff. Color #c354ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11111111
Octal 303 124 377
Decimal 195 84 255
Hex C3 54 FF

RGB Percentages of Color #c354ff

%36.52
%15.73
%47.75

CMYK Percentages of Color #c354ff

%24
%67
%0
%0

Triadic Colors of #c354ff

#c354ff #ffc354 #54ffc3

Analogous Colors of #c354ff

#c354ff #ff54e6 #6e54ff

Monochromatic Colors of #c354ff

#c354ff

Complementary Color

#c354ff #90ff54

#c354ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354ff Color CSS Codes

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

#c354ff Text Font Color

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

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


#c354ff Background Color

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

This div background color is #c354ff


#c354ff Border Color

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

This div border color is #c354ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354ff

Related Colors


Comments

No comments written yet.

Please login to write comment.