Color Hex Logo

#c23adb Color Hex

#C23ADB
(194,58,219)
0 Favorites   0 Comments

Color spaces of #c23adb

RGB 19458219
HSL0.810.690.54
HSV291°74°86°
CMYK 0.110.740.00   0.14
XYZ36.547419.609968.8767
Yxy19.60990.29230.1568
Hunter Lab44.283169.8230-61.2199
CIE-Lab51.393373.0997-55.4904

#c23adb color RGB value is (194,58,219).

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

The process color (four color CMYK) of #c23adb color hex is 0.11, 0.74, 0.00, 0.14. Web safe color of #c23adb is #cc33cc. Color #c23adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111010 11011011
Octal 302 72 333
Decimal 194 58 219
Hex C2 3A DB

RGB Percentages of Color #c23adb

%41.19
%12.31
%46.50

CMYK Percentages of Color #c23adb

%11
%74
%0
%14

Triadic Colors of #c23adb

#c23adb #dbc23a #3adbc2

Analogous Colors of #c23adb

#c23adb #db3aa4 #723adb

Monochromatic Colors of #c23adb

#c23adb

Complementary Color

#c23adb #53db3a

#c23adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23adb Color CSS Codes

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

#c23adb Text Font Color

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

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


#c23adb Background Color

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

This div background color is #c23adb


#c23adb Border Color

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

This div border color is #c23adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23adb


Comments

No comments written yet.

Please login to write comment.