color codes Logo

#c248fc color codes

#C248FC
(194,72,252)
0 Favorites   0 Comments

Color spaces of #c248fc

RGB 19472252
HSL0.780.970.64
HSV281°71°99°
CMYK 0.230.710.00   0.01
XYZ42.136223.132394.3396
Yxy23.13230.26400.1449
Hunter Lab48.096072.2130-82.6291
CIE-Lab55.208474.3167-67.8936

#c248fc color RGB value is (194,72,252).

#c248fc hex color red value is 194, green value is 72 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c248fc hue: 0.78 , saturation: 0.97 and the lightness value of c248fc is 0.64.

The process color (four color CMYK) of #c248fc color code is 0.23, 0.71, 0.00, 0.01. Web safe color of #c248fc is #cc33ff. Color #c248fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 11111100
Octal 302 110 374
Decimal 194 72 252
Hex C2 48 FC

RGB Percentages of Color #c248fc

%37.45
%13.90
%48.65

CMYK Percentages of Color #c248fc

%23
%71
%0
%1

Triadic Colors of #c248fc

#c248fc #fcc248 #48fcc2

Analogous Colors of #c248fc

#c248fc #fc48dc #6848fc

Monochromatic Colors of #c248fc

#c248fc

Complementary Color

#c248fc #82fc48

#c248fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c248fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c248fc Color CSS Codes

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

#c248fc Text Font Color

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

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


#c248fc Background Color

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

This div background color is #c248fc


#c248fc Border Color

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

This div border color is #c248fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c248fc


Comments

No comments written yet.

Please login to write comment.