Color Hex Logo

#c23fdb Color Hex

#C23FDB
(194,63,219)
0 Favorites   0 Comments

Color spaces of #c23fdb

RGB 19463219
HSL0.810.680.55
HSV290°71°86°
CMYK 0.110.710.00   0.14
XYZ36.811820.138868.9648
Yxy20.13880.29240.1599
Hunter Lab44.876367.8892-59.7021
CIE-Lab51.993871.3859-54.5282

#c23fdb color RGB value is (194,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 11011011
Octal 302 77 333
Decimal 194 63 219
Hex C2 3F DB

RGB Percentages of Color #c23fdb

%40.76
%13.24
%46.01

CMYK Percentages of Color #c23fdb

%11
%71
%0
%14

Triadic Colors of #c23fdb

#c23fdb #dbc23f #3fdbc2

Analogous Colors of #c23fdb

#c23fdb #db3fa6 #743fdb

Monochromatic Colors of #c23fdb

#c23fdb

Complementary Color

#c23fdb #58db3f

#c23fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23fdb Color CSS Codes

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

#c23fdb Text Font Color

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

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


#c23fdb Background Color

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

This div background color is #c23fdb


#c23fdb Border Color

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

This div border color is #c23fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23fdb


Comments

No comments written yet.

Please login to write comment.