Color Hex Logo

#c375df Color Hex

#C375DF
(195,117,223)
0 Favorites   0 Comments

Color spaces of #c375df

RGB 195117223
HSL0.790.620.67
HSV284°48°87°
CMYK 0.130.480.00   0.13
XYZ42.186229.652473.3121
Yxy29.65240.29060.2043
Hunter Lab54.454042.9916-41.7050
CIE-Lab61.353147.9813-41.9271

#c375df color RGB value is (195,117,223).

#c375df hex color red value is 195, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c375df hue: 0.79 , saturation: 0.62 and the lightness value of c375df is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110101 11011111
Octal 303 165 337
Decimal 195 117 223
Hex C3 75 DF

RGB Percentages of Color #c375df

%36.45
%21.87
%41.68

CMYK Percentages of Color #c375df

%13
%48
%0
%13

Triadic Colors of #c375df

#c375df #dfc375 #75dfc3

Analogous Colors of #c375df

#c375df #df75c6 #8e75df

Monochromatic Colors of #c375df

#c375df

Complementary Color

#c375df #91df75

#c375df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c375df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c375df Color CSS Codes

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

#c375df Text Font Color

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

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


#c375df Background Color

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

This div background color is #c375df


#c375df Border Color

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

This div border color is #c375df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c375df


Comments

No comments written yet.

Please login to write comment.