Color Hex Logo

#c375ee Color Hex

#C375EE
(195,117,238)
0 Favorites   0 Comments

Color spaces of #c375ee

RGB 195117238
HSL0.770.780.70
HSV279°51°93°
CMYK 0.180.510.00   0.07
XYZ44.299630.497784.4407
Yxy30.49770.27820.1915
Hunter Lab55.224746.5440-51.9994
CIE-Lab62.081351.1082-49.1270

#c375ee color RGB value is (195,117,238).

#c375ee hex color red value is 195, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c375ee hue: 0.77 , saturation: 0.78 and the lightness value of c375ee is 0.70.

The process color (four color CMYK) of #c375ee color hex is 0.18, 0.51, 0.00, 0.07. Web safe color of #c375ee is #cc66ff. Color #c375ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110101 11101110
Octal 303 165 356
Decimal 195 117 238
Hex C3 75 EE

RGB Percentages of Color #c375ee

%35.45
%21.27
%43.27

CMYK Percentages of Color #c375ee

%18
%51
%0
%7

Triadic Colors of #c375ee

#c375ee #eec375 #75eec3

Analogous Colors of #c375ee

#c375ee #ee75dd #8775ee

Monochromatic Colors of #c375ee

#c375ee

Complementary Color

#c375ee #a0ee75

#c375ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c375ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c375ee Color CSS Codes

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

#c375ee Text Font Color

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

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


#c375ee Background Color

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

This div background color is #c375ee


#c375ee Border Color

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

This div border color is #c375ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c375ee


Comments

No comments written yet.

Please login to write comment.