Color Hex Logo

#c248ce Color Hex

#C248CE
(194,72,206)
0 Favorites   0 Comments

Color spaces of #c248ce

RGB 19472206
HSL0.820.580.55
HSV295°65°81°
CMYK 0.060.650.00   0.19
XYZ35.706120.560360.4791
Yxy20.56030.30580.1761
Hunter Lab45.343561.2103-47.3406
CIE-Lab52.464965.6691-46.3609

#c248ce color RGB value is (194,72,206).

#c248ce hex color red value is 194, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c248ce hue: 0.82 , saturation: 0.58 and the lightness value of c248ce is 0.55.

The process color (four color CMYK) of #c248ce color hex is 0.06, 0.65, 0.00, 0.19. Web safe color of #c248ce is #cc33cc. Color #c248ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 11001110
Octal 302 110 316
Decimal 194 72 206
Hex C2 48 CE

RGB Percentages of Color #c248ce

%41.10
%15.25
%43.64

CMYK Percentages of Color #c248ce

%6
%65
%0
%19

Triadic Colors of #c248ce

#c248ce #cec248 #48cec2

Analogous Colors of #c248ce

#c248ce #ce4897 #7f48ce

Monochromatic Colors of #c248ce

#c248ce

Complementary Color

#c248ce #54ce48

#c248ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c248ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c248ce Color CSS Codes

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

#c248ce Text Font Color

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

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


#c248ce Background Color

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

This div background color is #c248ce


#c248ce Border Color

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

This div border color is #c248ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c248ce


Comments

No comments written yet.

Please login to write comment.