Color Hex Logo

#c231dd Color Hex

#C231DD
(194,49,221)
0 Favorites   0 Comments

Color spaces of #c231dd

RGB 19449221
HSL0.810.720.53
HSV291°78°87°
CMYK 0.120.780.00   0.13
XYZ36.397618.886470.1337
Yxy18.88640.29020.1506
Hunter Lab43.458573.4460-65.2618
CIE-Lab50.554076.2196-57.9755

#c231dd color RGB value is (194,49,221).

#c231dd hex color red value is 194, green value is 49 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c231dd hue: 0.81 , saturation: 0.72 and the lightness value of c231dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 11011101
Octal 302 61 335
Decimal 194 49 221
Hex C2 31 DD

RGB Percentages of Color #c231dd

%41.81
%10.56
%47.63

CMYK Percentages of Color #c231dd

%12
%78
%0
%13

Triadic Colors of #c231dd

#c231dd #ddc231 #31ddc2

Analogous Colors of #c231dd

#c231dd #dd31a2 #6c31dd

Monochromatic Colors of #c231dd

#c231dd

Complementary Color

#c231dd #4cdd31

#c231dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c231dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c231dd Color CSS Codes

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

#c231dd Text Font Color

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

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


#c231dd Background Color

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

This div background color is #c231dd


#c231dd Border Color

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

This div border color is #c231dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c231dd


Comments

No comments written yet.

Please login to write comment.