Color Hex Logo

#c32468 Color Hex

#C32468
(195,36,104)
0 Favorites   0 Comments

Color spaces of #c32468

RGB 19536104
HSL0.930.690.45
HSV334°82°76°
CMYK 0.000.820.47   0.24
XYZ25.635213.863314.4215
Yxy13.86330.47540.2571
Hunter Lab37.233557.73863.0988
CIE-Lab44.036264.27281.5624

#c32468 color RGB value is (195,36,104).

#c32468 hex color red value is 195, green value is 36 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c32468 hue: 0.93 , saturation: 0.69 and the lightness value of c32468 is 0.45.

The process color (four color CMYK) of #c32468 color hex is 0.00, 0.82, 0.47, 0.24. Web safe color of #c32468 is #cc3366. Color #c32468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 01101000
Octal 303 44 150
Decimal 195 36 104
Hex C3 24 68

RGB Percentages of Color #c32468

%58.21
%10.75
%31.04

CMYK Percentages of Color #c32468

%0
%82
%47
%24

Triadic Colors of #c32468

#c32468 #68c324 #2468c3

Analogous Colors of #c32468

#c32468 #c33024 #c324b8

Monochromatic Colors of #c32468

#c32468

Complementary Color

#c32468 #24c37f

#c32468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32468 Color CSS Codes

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

#c32468 Text Font Color

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

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


#c32468 Background Color

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

This div background color is #c32468


#c32468 Border Color

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

This div border color is #c32468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32468


Comments

No comments written yet.

Please login to write comment.