Color Hex Logo

#c245dd Color Hex

#C245DD
(194,69,221)
0 Favorites   0 Comments

Color spaces of #c245dd

RGB 19469221
HSL0.800.690.57
HSV289°69°87°
CMYK 0.120.690.00   0.13
XYZ37.427420.946070.4770
Yxy20.94600.29050.1626
Hunter Lab45.766865.8827-59.2648
CIE-Lab52.890369.5418-54.2287

#c245dd color RGB value is (194,69,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 11011101
Octal 302 105 335
Decimal 194 69 221
Hex C2 45 DD

RGB Percentages of Color #c245dd

%40.08
%14.26
%45.66

CMYK Percentages of Color #c245dd

%12
%69
%0
%13

Triadic Colors of #c245dd

#c245dd #ddc245 #45ddc2

Analogous Colors of #c245dd

#c245dd #dd45ac #7645dd

Monochromatic Colors of #c245dd

#c245dd

Complementary Color

#c245dd #60dd45

#c245dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245dd Color CSS Codes

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

#c245dd Text Font Color

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

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


#c245dd Background Color

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

This div background color is #c245dd


#c245dd Border Color

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

This div border color is #c245dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245dd


Comments

No comments written yet.

Please login to write comment.