Color Hex Logo

#c293dd Color Hex

#C293DD
(194,147,221)
0 Favorites   0 Comments

Color spaces of #c293dd

RGB 194147221
HSL0.770.520.72
HSV278°33°87°
CMYK 0.120.330.00   0.13
XYZ45.733037.557273.2455
Yxy37.55720.29220.2399
Hunter Lab61.283925.9584-27.9636
CIE-Lab67.693031.0568-30.9432

#c293dd color RGB value is (194,147,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11011101
Octal 302 223 335
Decimal 194 147 221
Hex C2 93 DD

RGB Percentages of Color #c293dd

%34.52
%26.16
%39.32

CMYK Percentages of Color #c293dd

%12
%33
%0
%13

Triadic Colors of #c293dd

#c293dd #ddc293 #93ddc2

Analogous Colors of #c293dd

#c293dd #dd93d3 #9d93dd

Monochromatic Colors of #c293dd

#c293dd

Complementary Color

#c293dd #aedd93

#c293dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293dd Color CSS Codes

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

#c293dd Text Font Color

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

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


#c293dd Background Color

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

This div background color is #c293dd


#c293dd Border Color

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

This div border color is #c293dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c293dd


Comments

No comments written yet.

Please login to write comment.