Color Hex Logo

#c725fd Color Hex

#C725FD
(199,37,253)
0 Favorites   0 Comments

Color spaces of #c725fd

RGB 19937253
HSL0.790.980.57
HSV285°85°99°
CMYK 0.210.850.00   0.01
XYZ41.944420.557194.6857
Yxy20.55710.26680.1308
Hunter Lab45.339985.7871-92.0804
CIE-Lab52.461385.5780-72.8627

#c725fd color RGB value is (199,37,253).

#c725fd hex color red value is 199, green value is 37 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c725fd hue: 0.79 , saturation: 0.98 and the lightness value of c725fd is 0.57.

The process color (four color CMYK) of #c725fd color hex is 0.21, 0.85, 0.00, 0.01. Web safe color of #c725fd is #cc33ff. Color #c725fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 11111101
Octal 307 45 375
Decimal 199 37 253
Hex C7 25 FD

RGB Percentages of Color #c725fd

%40.70
%7.57
%51.74

CMYK Percentages of Color #c725fd

%21
%85
%0
%1

Triadic Colors of #c725fd

#c725fd #fdc725 #25fdc7

Analogous Colors of #c725fd

#c725fd #fd25c7 #5b25fd

Monochromatic Colors of #c725fd

#c725fd

Complementary Color

#c725fd #5bfd25

#c725fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725fd Color CSS Codes

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

#c725fd Text Font Color

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

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


#c725fd Background Color

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

This div background color is #c725fd


#c725fd Border Color

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

This div border color is #c725fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725fd


Comments

No comments written yet.

Please login to write comment.