Color Hex Logo

#c375b6 Color Hex

#C375B6
(195,117,182)
0 Favorites   0 Comments

Color spaces of #c375b6

RGB 195117182
HSL0.860.390.61
HSV310°40°76°
CMYK 0.000.400.07   0.24
XYZ37.310527.702147.6365
Yxy27.70210.33120.2459
Hunter Lab52.632834.4283-16.8188
CIE-Lab59.618640.1585-21.4527

#c375b6 color RGB value is (195,117,182).

#c375b6 hex color red value is 195, green value is 117 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c375b6 hue: 0.86 , saturation: 0.39 and the lightness value of c375b6 is 0.61.

The process color (four color CMYK) of #c375b6 color hex is 0.00, 0.40, 0.07, 0.24. Web safe color of #c375b6 is #cc66cc. Color #c375b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110101 10110110
Octal 303 165 266
Decimal 195 117 182
Hex C3 75 B6

RGB Percentages of Color #c375b6

%39.47
%23.68
%36.84

CMYK Percentages of Color #c375b6

%0
%40
%7
%24

Triadic Colors of #c375b6

#c375b6 #b6c375 #75b6c3

Analogous Colors of #c375b6

#c375b6 #c3758f #a975c3

Monochromatic Colors of #c375b6

#c375b6

Complementary Color

#c375b6 #75c382

#c375b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c375b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c375b6 Color CSS Codes

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

#c375b6 Text Font Color

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

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


#c375b6 Background Color

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

This div background color is #c375b6


#c375b6 Border Color

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

This div border color is #c375b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c375b6


Comments

No comments written yet.

Please login to write comment.