Color Hex Logo

#c225ce Color Hex

#C225CE
(194,37,206)
0 Favorites   0 Comments

Color spaces of #c225ce

RGB 19437206
HSL0.820.700.48
HSV296°82°81°
CMYK 0.060.820.00   0.19
XYZ34.050317.248759.9272
Yxy17.24870.30610.1551
Hunter Lab41.531673.6658-56.4793
CIE-Lab48.571976.7840-52.5713

#c225ce color RGB value is (194,37,206).

#c225ce hex color red value is 194, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c225ce hue: 0.82 , saturation: 0.70 and the lightness value of c225ce is 0.48.

The process color (four color CMYK) of #c225ce color hex is 0.06, 0.82, 0.00, 0.19. Web safe color of #c225ce is #cc33cc. Color #c225ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100101 11001110
Octal 302 45 316
Decimal 194 37 206
Hex C2 25 CE

RGB Percentages of Color #c225ce

%44.39
%8.47
%47.14

CMYK Percentages of Color #c225ce

%6
%82
%0
%19

Triadic Colors of #c225ce

#c225ce #cec225 #25cec2

Analogous Colors of #c225ce

#c225ce #ce2586 #6e25ce

Monochromatic Colors of #c225ce

#c225ce

Complementary Color

#c225ce #31ce25

#c225ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c225ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c225ce Color CSS Codes

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

#c225ce Text Font Color

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

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


#c225ce Background Color

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

This div background color is #c225ce


#c225ce Border Color

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

This div border color is #c225ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c225ce


Comments

No comments written yet.

Please login to write comment.