Color Hex Logo

#c93abf Color Hex

#C93ABF
(201,58,191)
0 Favorites   0 Comments

Color spaces of #c93abf

RGB 20158191
HSL0.840.570.51
HSV304°71°79°
CMYK 0.000.710.05   0.21
XYZ35.004419.205251.1523
Yxy19.20520.33220.1823
Hunter Lab43.823765.8861-38.5283
CIE-Lab50.926469.9214-40.0862

#c93abf color RGB value is (201,58,191).

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

The process color (four color CMYK) of #c93abf color hex is 0.00, 0.71, 0.05, 0.21. Web safe color of #c93abf is #cc33cc. Color #c93abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 10111111
Octal 311 72 277
Decimal 201 58 191
Hex C9 3A BF

RGB Percentages of Color #c93abf

%44.67
%12.89
%42.44

CMYK Percentages of Color #c93abf

%0
%71
%5
%21

Triadic Colors of #c93abf

#c93abf #bfc93a #3abfc9

Analogous Colors of #c93abf

#c93abf #c93a78 #8c3ac9

Monochromatic Colors of #c93abf

#c93abf

Complementary Color

#c93abf #3ac944

#c93abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93abf Color CSS Codes

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

#c93abf Text Font Color

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

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


#c93abf Background Color

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

This div background color is #c93abf


#c93abf Border Color

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

This div border color is #c93abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,58,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93abf


Comments

No comments written yet.

Please login to write comment.