Color Hex Logo

#c23fdd Color Hex

#C23FDD
(194,63,221)
0 Favorites   0 Comments

Color spaces of #c23fdd

RGB 19463221
HSL0.800.700.56
HSV290°71°87°
CMYK 0.120.710.00   0.13
XYZ37.076820.244870.3601
Yxy20.24480.29040.1586
Hunter Lab44.994268.3503-61.2193
CIE-Lab52.112971.7451-55.4735

#c23fdd color RGB value is (194,63,221).

#c23fdd hex color red value is 194, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c23fdd hue: 0.80 , saturation: 0.70 and the lightness value of c23fdd is 0.56.

The process color (four color CMYK) of #c23fdd color hex is 0.12, 0.71, 0.00, 0.13. Web safe color of #c23fdd is #cc33cc. Color #c23fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111111 11011101
Octal 302 77 335
Decimal 194 63 221
Hex C2 3F DD

RGB Percentages of Color #c23fdd

%40.59
%13.18
%46.23

CMYK Percentages of Color #c23fdd

%12
%71
%0
%13

Triadic Colors of #c23fdd

#c23fdd #ddc23f #3fddc2

Analogous Colors of #c23fdd

#c23fdd #dd3fa9 #733fdd

Monochromatic Colors of #c23fdd

#c23fdd

Complementary Color

#c23fdd #5add3f

#c23fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23fdd Color CSS Codes

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

#c23fdd Text Font Color

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

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


#c23fdd Background Color

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

This div background color is #c23fdd


#c23fdd Border Color

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

This div border color is #c23fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23fdd


Comments

No comments written yet.

Please login to write comment.