Color Hex Logo

#c458b4 Color Hex

#C458B4
(196,88,180)
0 Favorites   0 Comments

Color spaces of #c458b4

RGB 19688180
HSL0.860.480.56
HSV309°55°77°
CMYK 0.000.550.08   0.23
XYZ34.492922.010545.6105
Yxy22.01050.33780.2155
Hunter Lab46.915349.1341-24.8002
CIE-Lab54.038154.7545-28.8905

#c458b4 color RGB value is (196,88,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 10110100
Octal 304 130 264
Decimal 196 88 180
Hex C4 58 B4

RGB Percentages of Color #c458b4

%42.24
%18.97
%38.79

CMYK Percentages of Color #c458b4

%0
%55
%8
%23

Triadic Colors of #c458b4

#c458b4 #b4c458 #58b4c4

Analogous Colors of #c458b4

#c458b4 #c4587e #9e58c4

Monochromatic Colors of #c458b4

#c458b4

Complementary Color

#c458b4 #58c468

#c458b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c458b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c458b4 Color CSS Codes

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

#c458b4 Text Font Color

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

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


#c458b4 Background Color

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

This div background color is #c458b4


#c458b4 Border Color

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

This div border color is #c458b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c458b4


Comments

No comments written yet.

Please login to write comment.