Color Hex Logo

#c38293 Color Hex

#C38293
(195,130,147)
0 Favorites   0 Comments

Color spaces of #c38293

RGB 195130147
HSL0.960.350.64
HSV344°33°76°
CMYK 0.000.330.25   0.24
XYZ35.754829.673931.4469
Yxy29.67390.36910.3063
Hunter Lab54.473821.83253.9044
CIE-Lab61.371827.44101.1983

#c38293 color RGB value is (195,130,147).

#c38293 hex color red value is 195, green value is 130 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c38293 hue: 0.96 , saturation: 0.35 and the lightness value of c38293 is 0.64.

The process color (four color CMYK) of #c38293 color hex is 0.00, 0.33, 0.25, 0.24. Web safe color of #c38293 is #cc9999. Color #c38293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000010 10010011
Octal 303 202 223
Decimal 195 130 147
Hex C3 82 93

RGB Percentages of Color #c38293

%41.31
%27.54
%31.14

CMYK Percentages of Color #c38293

%0
%33
%25
%24

Triadic Colors of #c38293

#c38293 #93c382 #8293c3

Analogous Colors of #c38293

#c38293 #c39282 #c382b4

Monochromatic Colors of #c38293

#c38293

Complementary Color

#c38293 #82c3b2

#c38293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38293 Color CSS Codes

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

#c38293 Text Font Color

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

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


#c38293 Background Color

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

This div background color is #c38293


#c38293 Border Color

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

This div border color is #c38293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38293


Comments

No comments written yet.

Please login to write comment.