Color Hex Logo

#c258ea Color Hex

#C258EA
(194,88,234)
0 Favorites   0 Comments

Color spaces of #c258ea

RGB 19488234
HSL0.790.780.63
HSV284°62°92°
CMYK 0.170.620.00   0.08
XYZ40.589124.389380.4102
Yxy24.38930.27920.1678
Hunter Lab49.385560.2814-61.9669
CIE-Lab56.475564.1306-55.8209

#c258ea color RGB value is (194,88,234).

#c258ea hex color red value is 194, green value is 88 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c258ea hue: 0.79 , saturation: 0.78 and the lightness value of c258ea is 0.63.

The process color (four color CMYK) of #c258ea color hex is 0.17, 0.62, 0.00, 0.08. Web safe color of #c258ea is #cc66ff. Color #c258ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11101010
Octal 302 130 352
Decimal 194 88 234
Hex C2 58 EA

RGB Percentages of Color #c258ea

%37.60
%17.05
%45.35

CMYK Percentages of Color #c258ea

%17
%62
%0
%8

Triadic Colors of #c258ea

#c258ea #eac258 #58eac2

Analogous Colors of #c258ea

#c258ea #ea58c9 #7958ea

Monochromatic Colors of #c258ea

#c258ea

Complementary Color

#c258ea #80ea58

#c258ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258ea Color CSS Codes

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

#c258ea Text Font Color

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

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


#c258ea Background Color

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

This div background color is #c258ea


#c258ea Border Color

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

This div border color is #c258ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258ea


Comments

No comments written yet.

Please login to write comment.