Color Hex Logo

#c245cd Color Hex

#C245CD
(194,69,205)
0 Favorites   0 Comments

Color spaces of #c245cd

RGB 19469205
HSL0.820.580.54
HSV295°66°80°
CMYK 0.050.660.00   0.20
XYZ35.395720.133459.7782
Yxy20.13340.30700.1746
Hunter Lab44.870362.2860-47.5797
CIE-Lab51.987766.6774-46.5460

#c245cd color RGB value is (194,69,205).

#c245cd hex color red value is 194, green value is 69 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c245cd hue: 0.82 , saturation: 0.58 and the lightness value of c245cd is 0.54.

The process color (four color CMYK) of #c245cd color hex is 0.05, 0.66, 0.00, 0.20. Web safe color of #c245cd is #cc33cc. Color #c245cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 11001101
Octal 302 105 315
Decimal 194 69 205
Hex C2 45 CD

RGB Percentages of Color #c245cd

%41.45
%14.74
%43.80

CMYK Percentages of Color #c245cd

%5
%66
%0
%20

Triadic Colors of #c245cd

#c245cd #cdc245 #45cdc2

Analogous Colors of #c245cd

#c245cd #cd4594 #7e45cd

Monochromatic Colors of #c245cd

#c245cd

Complementary Color

#c245cd #50cd45

#c245cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245cd Color CSS Codes

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

#c245cd Text Font Color

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

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


#c245cd Background Color

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

This div background color is #c245cd


#c245cd Border Color

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

This div border color is #c245cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245cd


Comments

No comments written yet.

Please login to write comment.