Color Hex Logo

#c25cda Color Hex

#C25CDA
(194,92,218)
0 Favorites   0 Comments

Color spaces of #c25cda

RGB 19492218
HSL0.800.630.61
HSV289°58°85°
CMYK 0.110.580.00   0.15
XYZ38.730224.185668.9566
Yxy24.18560.29370.1834
Hunter Lab49.178954.5125-48.7088
CIE-Lab56.273159.1646-47.1432

#c25cda color RGB value is (194,92,218).

#c25cda hex color red value is 194, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c25cda hue: 0.80 , saturation: 0.63 and the lightness value of c25cda is 0.61.

The process color (four color CMYK) of #c25cda color hex is 0.11, 0.58, 0.00, 0.15. Web safe color of #c25cda is #cc66cc. Color #c25cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011100 11011010
Octal 302 134 332
Decimal 194 92 218
Hex C2 5C DA

RGB Percentages of Color #c25cda

%38.49
%18.25
%43.25

CMYK Percentages of Color #c25cda

%11
%58
%0
%15

Triadic Colors of #c25cda

#c25cda #dac25c #5cdac2

Analogous Colors of #c25cda

#c25cda #da5cb3 #835cda

Monochromatic Colors of #c25cda

#c25cda

Complementary Color

#c25cda #74da5c

#c25cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25cda Color CSS Codes

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

#c25cda Text Font Color

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

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


#c25cda Background Color

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

This div background color is #c25cda


#c25cda Border Color

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

This div border color is #c25cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25cda


Comments

No comments written yet.

Please login to write comment.