Color Hex Logo

#c92abd Color Hex

#C92ABD
(201,42,189)
0 Favorites   0 Comments

Color spaces of #c92abd

RGB 20142189
HSL0.850.650.48
HSV305°79°79°
CMYK 0.000.790.06   0.21
XYZ34.100717.747649.7724
Yxy17.74760.33560.1746
Hunter Lab42.127970.7641-40.5592
CIE-Lab49.188574.3011-41.6718

#c92abd color RGB value is (201,42,189).

#c92abd hex color red value is 201, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c92abd hue: 0.85 , saturation: 0.65 and the lightness value of c92abd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101010 10111101
Octal 311 52 275
Decimal 201 42 189
Hex C9 2A BD

RGB Percentages of Color #c92abd

%46.53
%9.72
%43.75

CMYK Percentages of Color #c92abd

%0
%79
%6
%21

Triadic Colors of #c92abd

#c92abd #bdc92a #2abdc9

Analogous Colors of #c92abd

#c92abd #c92a6e #862ac9

Monochromatic Colors of #c92abd

#c92abd

Complementary Color

#c92abd #2ac936

#c92abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92abd Color CSS Codes

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

#c92abd Text Font Color

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

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


#c92abd Background Color

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

This div background color is #c92abd


#c92abd Border Color

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

This div border color is #c92abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92abd


Comments

No comments written yet.

Please login to write comment.