Color Hex Logo

#c458c1 Color Hex

#C458C1
(196,88,193)
0 Favorites   0 Comments

Color spaces of #c458c1

RGB 19688193
HSL0.840.480.56
HSV302°55°77°
CMYK 0.000.550.02   0.23
XYZ35.880322.565552.9165
Yxy22.56550.32220.2026
Hunter Lab47.503251.6949-32.7943
CIE-Lab54.621956.9571-35.4819

#c458c1 color RGB value is (196,88,193).

#c458c1 hex color red value is 196, green value is 88 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c458c1 hue: 0.84 , saturation: 0.48 and the lightness value of c458c1 is 0.56.

The process color (four color CMYK) of #c458c1 color hex is 0.00, 0.55, 0.02, 0.23. Web safe color of #c458c1 is #cc66cc. Color #c458c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 11000001
Octal 304 130 301
Decimal 196 88 193
Hex C4 58 C1

RGB Percentages of Color #c458c1

%41.09
%18.45
%40.46

CMYK Percentages of Color #c458c1

%0
%55
%2
%23

Triadic Colors of #c458c1

#c458c1 #c1c458 #58c1c4

Analogous Colors of #c458c1

#c458c1 #c4588b #9158c4

Monochromatic Colors of #c458c1

#c458c1

Complementary Color

#c458c1 #58c45b

#c458c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c458c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c458c1 Color CSS Codes

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

#c458c1 Text Font Color

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

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


#c458c1 Background Color

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

This div background color is #c458c1


#c458c1 Border Color

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

This div border color is #c458c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,88,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c458c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c458c1;
  -webkit-box-shadow: 1px 1px 3px 2px #c458c1;
  box-shadow:         1px 1px 3px 2px #c458c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,88,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c458c1


Comments

No comments written yet.

Please login to write comment.