Color Hex Logo

#c958ba Color Hex

#C958BA
(201,88,186)
0 Favorites   0 Comments

Color spaces of #c958ba

RGB 20188186
HSL0.860.510.57
HSV308°56°79°
CMYK 0.000.560.07   0.21
XYZ36.440022.942148.9620
Yxy22.94210.33630.2118
Hunter Lab47.897951.9787-27.0786
CIE-Lab55.012657.1423-30.7894

#c958ba color RGB value is (201,88,186).

#c958ba hex color red value is 201, green value is 88 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c958ba hue: 0.86 , saturation: 0.51 and the lightness value of c958ba is 0.57.

The process color (four color CMYK) of #c958ba color hex is 0.00, 0.56, 0.07, 0.21. Web safe color of #c958ba is #cc66cc. Color #c958ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 10111010
Octal 311 130 272
Decimal 201 88 186
Hex C9 58 BA

RGB Percentages of Color #c958ba

%42.32
%18.53
%39.16

CMYK Percentages of Color #c958ba

%0
%56
%7
%21

Triadic Colors of #c958ba

#c958ba #bac958 #58bac9

Analogous Colors of #c958ba

#c958ba #c95882 #a058c9

Monochromatic Colors of #c958ba

#c958ba

Complementary Color

#c958ba #58c967

#c958ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958ba Color CSS Codes

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

#c958ba Text Font Color

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

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


#c958ba Background Color

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

This div background color is #c958ba


#c958ba Border Color

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

This div border color is #c958ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958ba


Comments

No comments written yet.

Please login to write comment.