Color Hex Logo

#c283dd Color Hex

#C283DD
(194,131,221)
0 Favorites   0 Comments

Color spaces of #c283dd

RGB 194131221
HSL0.780.570.69
HSV282°41°87°
CMYK 0.120.410.00   0.13
XYZ43.415632.922472.4730
Yxy32.92240.29170.2212
Hunter Lab57.378034.6520-34.7233
CIE-Lab64.098039.8194-36.5232

#c283dd color RGB value is (194,131,221).

#c283dd hex color red value is 194, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c283dd hue: 0.78 , saturation: 0.57 and the lightness value of c283dd is 0.69.

The process color (four color CMYK) of #c283dd color hex is 0.12, 0.41, 0.00, 0.13. Web safe color of #c283dd is #cc99cc. Color #c283dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 11011101
Octal 302 203 335
Decimal 194 131 221
Hex C2 83 DD

RGB Percentages of Color #c283dd

%35.53
%23.99
%40.48

CMYK Percentages of Color #c283dd

%12
%41
%0
%13

Triadic Colors of #c283dd

#c283dd #ddc283 #83ddc2

Analogous Colors of #c283dd

#c283dd #dd83cb #9583dd

Monochromatic Colors of #c283dd

#c283dd

Complementary Color

#c283dd #9edd83

#c283dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c283dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c283dd Color CSS Codes

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

#c283dd Text Font Color

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

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


#c283dd Background Color

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

This div background color is #c283dd


#c283dd Border Color

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

This div border color is #c283dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c283dd


Comments

No comments written yet.

Please login to write comment.