Color Hex Logo

#c258ba Color Hex

#C258BA
(194,88,186)
0 Favorites   0 Comments

Color spaces of #c258ba

RGB 19488186
HSL0.850.460.55
HSV305°55°76°
CMYK 0.000.550.04   0.24
XYZ34.600821.994048.8760
Yxy21.99400.32810.2085
Hunter Lab46.897849.6248-28.9625
CIE-Lab54.020655.2015-32.4100

#c258ba color RGB value is (194,88,186).

#c258ba hex color red value is 194, green value is 88 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c258ba hue: 0.85 , saturation: 0.46 and the lightness value of c258ba is 0.55.

The process color (four color CMYK) of #c258ba color hex is 0.00, 0.55, 0.04, 0.24. Web safe color of #c258ba is #cc66cc. Color #c258ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10111010
Octal 302 130 272
Decimal 194 88 186
Hex C2 58 BA

RGB Percentages of Color #c258ba

%41.45
%18.80
%39.74

CMYK Percentages of Color #c258ba

%0
%55
%4
%24

Triadic Colors of #c258ba

#c258ba #bac258 #58bac2

Analogous Colors of #c258ba

#c258ba #c25885 #9558c2

Monochromatic Colors of #c258ba

#c258ba

Complementary Color

#c258ba #58c260

#c258ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258ba Color CSS Codes

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

#c258ba Text Font Color

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

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


#c258ba Background Color

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

This div background color is #c258ba


#c258ba Border Color

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

This div border color is #c258ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258ba


Comments

No comments written yet.

Please login to write comment.