Color Hex Logo

#c458de Color Hex

#C458DE
(196,88,222)
0 Favorites   0 Comments

Color spaces of #c458de

RGB 19688222
HSL0.800.670.61
HSV288°60°87°
CMYK 0.120.600.00   0.13
XYZ39.439523.989171.6589
Yxy23.98910.29200.1776
Hunter Lab48.978758.0224-52.4600
CIE-Lab56.076962.2598-49.6964

#c458de color RGB value is (196,88,222).

#c458de hex color red value is 196, green value is 88 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c458de hue: 0.80 , saturation: 0.67 and the lightness value of c458de is 0.61.

The process color (four color CMYK) of #c458de color hex is 0.12, 0.60, 0.00, 0.13. Web safe color of #c458de is #cc66cc. Color #c458de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 11011110
Octal 304 130 336
Decimal 196 88 222
Hex C4 58 DE

RGB Percentages of Color #c458de

%38.74
%17.39
%43.87

CMYK Percentages of Color #c458de

%12
%60
%0
%13

Triadic Colors of #c458de

#c458de #dec458 #58dec4

Analogous Colors of #c458de

#c458de #de58b5 #8158de

Monochromatic Colors of #c458de

#c458de

Complementary Color

#c458de #72de58

#c458de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c458de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c458de Color CSS Codes

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

#c458de Text Font Color

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

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


#c458de Background Color

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

This div background color is #c458de


#c458de Border Color

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

This div border color is #c458de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c458de


Comments

No comments written yet.

Please login to write comment.