Color Hex Logo

#c94abc Color Hex

#C94ABC
(201,74,188)
0 Favorites   0 Comments

Color spaces of #c94abc

RGB 20174188
HSL0.850.540.54
HSV306°63°79°
CMYK 0.000.630.06   0.21
XYZ35.613320.945949.7429
Yxy20.94590.33500.1970
Hunter Lab45.766758.8079-32.4044
CIE-Lab52.890263.5228-35.2591

#c94abc color RGB value is (201,74,188).

#c94abc hex color red value is 201, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c94abc hue: 0.85 , saturation: 0.54 and the lightness value of c94abc is 0.54.

The process color (four color CMYK) of #c94abc color hex is 0.00, 0.63, 0.06, 0.21. Web safe color of #c94abc is #cc33cc. Color #c94abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 10111100
Octal 311 112 274
Decimal 201 74 188
Hex C9 4A BC

RGB Percentages of Color #c94abc

%43.41
%15.98
%40.60

CMYK Percentages of Color #c94abc

%0
%63
%6
%21

Triadic Colors of #c94abc

#c94abc #bcc94a #4abcc9

Analogous Colors of #c94abc

#c94abc #c94a7d #974ac9

Monochromatic Colors of #c94abc

#c94abc

Complementary Color

#c94abc #4ac957

#c94abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94abc Color CSS Codes

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

#c94abc Text Font Color

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

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


#c94abc Background Color

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

This div background color is #c94abc


#c94abc Border Color

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

This div border color is #c94abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94abc


Comments

No comments written yet.

Please login to write comment.