Color Hex Logo

#c23abd Color Hex

#C23ABD
(194,58,189)
0 Favorites   0 Comments

Color spaces of #c23abd

RGB 19458189
HSL0.840.540.49
HSV302°70°76°
CMYK 0.000.700.03   0.24
XYZ32.946518.169649.9147
Yxy18.16960.32610.1798
Hunter Lab42.625863.3717-39.5903
CIE-Lab49.701268.0369-40.9346

#c23abd color RGB value is (194,58,189).

#c23abd hex color red value is 194, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c23abd hue: 0.84 , saturation: 0.54 and the lightness value of c23abd is 0.49.

The process color (four color CMYK) of #c23abd color hex is 0.00, 0.70, 0.03, 0.24. Web safe color of #c23abd is #cc33cc. Color #c23abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 10111101
Octal 302 72 275
Decimal 194 58 189
Hex C2 3A BD

RGB Percentages of Color #c23abd

%43.99
%13.15
%42.86

CMYK Percentages of Color #c23abd

%0
%70
%3
%24

Triadic Colors of #c23abd

#c23abd #bdc23a #3abdc2

Analogous Colors of #c23abd

#c23abd #c23a79 #833ac2

Monochromatic Colors of #c23abd

#c23abd

Complementary Color

#c23abd #3ac23f

#c23abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23abd Color CSS Codes

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

#c23abd Text Font Color

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

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


#c23abd Background Color

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

This div background color is #c23abd


#c23abd Border Color

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

This div border color is #c23abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23abd


Comments

No comments written yet.

Please login to write comment.