Color Hex Logo

#c3458d Color Hex

#C3458D
(195,69,141)
0 Favorites   0 Comments

Color spaces of #c3458d

RGB 19569141
HSL0.900.510.52
HSV326°65°76°
CMYK 0.000.650.28   0.24
XYZ29.441517.781427.0797
Yxy17.78140.39620.2393
Hunter Lab42.168050.8339-8.5576
CIE-Lab49.229957.1433-13.3088

#c3458d color RGB value is (195,69,141).

#c3458d hex color red value is 195, green value is 69 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c3458d hue: 0.90 , saturation: 0.51 and the lightness value of c3458d is 0.52.

The process color (four color CMYK) of #c3458d color hex is 0.00, 0.65, 0.28, 0.24. Web safe color of #c3458d is #cc3399. Color #c3458d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000101 10001101
Octal 303 105 215
Decimal 195 69 141
Hex C3 45 8D

RGB Percentages of Color #c3458d

%48.15
%17.04
%34.81

CMYK Percentages of Color #c3458d

%0
%65
%28
%24

Triadic Colors of #c3458d

#c3458d #8dc345 #458dc3

Analogous Colors of #c3458d

#c3458d #c3454e #ba45c3

Monochromatic Colors of #c3458d

#c3458d

Complementary Color

#c3458d #45c37b

#c3458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3458d Color CSS Codes

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

#c3458d Text Font Color

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

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


#c3458d Background Color

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

This div background color is #c3458d


#c3458d Border Color

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

This div border color is #c3458d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3458d


Comments

No comments written yet.

Please login to write comment.