Color Hex Logo

#c283dc Color Hex

#C283DC
(194,131,220)
0 Favorites   0 Comments

Color spaces of #c283dc

RGB 194131220
HSL0.780.560.69
HSV282°40°86°
CMYK 0.120.400.00   0.14
XYZ43.282732.869271.7733
Yxy32.86920.29260.2222
Hunter Lab57.331734.4287-34.0928
CIE-Lab64.054939.6121-36.0338

#c283dc color RGB value is (194,131,220).

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

The process color (four color CMYK) of #c283dc color hex is 0.12, 0.40, 0.00, 0.14. Web safe color of #c283dc is #cc99cc. Color #c283dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 11011100
Octal 302 203 334
Decimal 194 131 220
Hex C2 83 DC

RGB Percentages of Color #c283dc

%35.60
%24.04
%40.37

CMYK Percentages of Color #c283dc

%12
%40
%0
%14

Triadic Colors of #c283dc

#c283dc #dcc283 #83dcc2

Analogous Colors of #c283dc

#c283dc #dc83ca #9683dc

Monochromatic Colors of #c283dc

#c283dc

Complementary Color

#c283dc #9ddc83

#c283dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c283dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c283dc Color CSS Codes

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

#c283dc Text Font Color

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

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


#c283dc Background Color

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

This div background color is #c283dc


#c283dc Border Color

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

This div border color is #c283dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c283dc


Comments

No comments written yet.

Please login to write comment.