Color Hex Logo

#c25ffd Color Hex

#C25FFD
(194,95,253)
0 Favorites   0 Comments

Color spaces of #c25ffd

RGB 19495253
HSL0.770.980.68
HSV278°62°99°
CMYK 0.230.620.00   0.01
XYZ44.070026.745695.7682
Yxy26.74560.26460.1606
Hunter Lab51.716161.6058-73.5922
CIE-Lab58.738164.8476-62.7654

#c25ffd color RGB value is (194,95,253).

#c25ffd hex color red value is 194, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c25ffd hue: 0.77 , saturation: 0.98 and the lightness value of c25ffd is 0.68.

The process color (four color CMYK) of #c25ffd color hex is 0.23, 0.62, 0.00, 0.01. Web safe color of #c25ffd is #cc66ff. Color #c25ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11111101
Octal 302 137 375
Decimal 194 95 253
Hex C2 5F FD

RGB Percentages of Color #c25ffd

%35.79
%17.53
%46.68

CMYK Percentages of Color #c25ffd

%23
%62
%0
%1

Triadic Colors of #c25ffd

#c25ffd #fdc25f #5ffdc2

Analogous Colors of #c25ffd

#c25ffd #fd5fe9 #735ffd

Monochromatic Colors of #c25ffd

#c25ffd

Complementary Color

#c25ffd #9afd5f

#c25ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25ffd Color CSS Codes

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

#c25ffd Text Font Color

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

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


#c25ffd Background Color

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

This div background color is #c25ffd


#c25ffd Border Color

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

This div border color is #c25ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25ffd


Comments

No comments written yet.

Please login to write comment.