Color Hex Logo

#c358df Color Hex

#C358DF
(195,88,223)
0 Favorites   0 Comments

Color spaces of #c358df

RGB 19588223
HSL0.800.680.61
HSV288°61°87°
CMYK 0.130.610.00   0.13
XYZ39.314723.909372.3549
Yxy23.90930.29000.1763
Hunter Lab48.897157.9491-53.5056
CIE-Lab55.996962.2109-50.3958

#c358df color RGB value is (195,88,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 11011111
Octal 303 130 337
Decimal 195 88 223
Hex C3 58 DF

RGB Percentages of Color #c358df

%38.54
%17.39
%44.07

CMYK Percentages of Color #c358df

%13
%61
%0
%13

Triadic Colors of #c358df

#c358df #dfc358 #58dfc3

Analogous Colors of #c358df

#c358df #df58b8 #8058df

Monochromatic Colors of #c358df

#c358df

Complementary Color

#c358df #74df58

#c358df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c358df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c358df Color CSS Codes

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

#c358df Text Font Color

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

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


#c358df Background Color

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

This div background color is #c358df


#c358df Border Color

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

This div border color is #c358df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,88,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 #c358df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c358df


Comments

No comments written yet.

Please login to write comment.