Color Hex Logo

#c948fd Color Hex

#C948FD
(201,72,253)
0 Favorites   0 Comments

Color spaces of #c948fd

RGB 20172253
HSL0.790.980.64
HSV283°72°99°
CMYK 0.210.720.00   0.01
XYZ44.134424.144195.2626
Yxy24.14410.26990.1476
Hunter Lab49.136674.3391-80.5515
CIE-Lab56.231875.8391-66.7489

#c948fd color RGB value is (201,72,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001000 11111101
Octal 311 110 375
Decimal 201 72 253
Hex C9 48 FD

RGB Percentages of Color #c948fd

%38.21
%13.69
%48.10

CMYK Percentages of Color #c948fd

%21
%72
%0
%1

Triadic Colors of #c948fd

#c948fd #fdc948 #48fdc9

Analogous Colors of #c948fd

#c948fd #fd48d7 #6f48fd

Monochromatic Colors of #c948fd

#c948fd

Complementary Color

#c948fd #7cfd48

#c948fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c948fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c948fd Color CSS Codes

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

#c948fd Text Font Color

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

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


#c948fd Background Color

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

This div background color is #c948fd


#c948fd Border Color

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

This div border color is #c948fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c948fd


Comments

No comments written yet.

Please login to write comment.