Color Hex Logo

#c351df Color Hex

#C351DF
(195,81,223)
0 Favorites   0 Comments

Color spaces of #c351df

RGB 19581223
HSL0.800.690.60
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ38.767422.814772.1724
Yxy22.81470.28980.1706
Hunter Lab47.764761.2881-56.1517
CIE-Lab54.881065.2841-52.1729

#c351df color RGB value is (195,81,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 11011111
Octal 303 121 337
Decimal 195 81 223
Hex C3 51 DF

RGB Percentages of Color #c351df

%39.08
%16.23
%44.69

CMYK Percentages of Color #c351df

%13
%64
%0
%13

Triadic Colors of #c351df

#c351df #dfc351 #51dfc3

Analogous Colors of #c351df

#c351df #df51b4 #7c51df

Monochromatic Colors of #c351df

#c351df

Complementary Color

#c351df #6ddf51

#c351df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c351df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c351df Color CSS Codes

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

#c351df Text Font Color

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

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


#c351df Background Color

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

This div background color is #c351df


#c351df Border Color

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

This div border color is #c351df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c351df


Comments

No comments written yet.

Please login to write comment.