Color Hex Logo

#c258de Color Hex

#C258DE
(194,88,222)
0 Favorites   0 Comments

Color spaces of #c258de

RGB 19488222
HSL0.800.670.61
HSV287°60°87°
CMYK 0.130.600.00   0.13
XYZ38.922723.722771.6347
Yxy23.72270.28990.1767
Hunter Lab48.706057.4104-53.1071
CIE-Lab55.809161.7780-50.1386

#c258de color RGB value is (194,88,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11011110
Octal 302 130 336
Decimal 194 88 222
Hex C2 58 DE

RGB Percentages of Color #c258de

%38.49
%17.46
%44.05

CMYK Percentages of Color #c258de

%13
%60
%0
%13

Triadic Colors of #c258de

#c258de #dec258 #58dec2

Analogous Colors of #c258de

#c258de #de58b7 #7f58de

Monochromatic Colors of #c258de

#c258de

Complementary Color

#c258de #74de58

#c258de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258de Color CSS Codes

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

#c258de Text Font Color

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

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


#c258de Background Color

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

This div background color is #c258de


#c258de Border Color

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

This div border color is #c258de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c258de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258de


Comments

No comments written yet.

Please login to write comment.