Color Hex Logo

#c248ee Color Hex

#C248EE
(194,72,238)
0 Favorites   0 Comments

Color spaces of #c248ee

RGB 19472238
HSL0.790.830.61
HSV284°70°93°
CMYK 0.180.700.00   0.07
XYZ39.998122.277183.0807
Yxy22.27710.27520.1533
Hunter Lab47.198668.6708-71.3253
CIE-Lab54.319871.5859-61.5171

#c248ee color RGB value is (194,72,238).

#c248ee hex color red value is 194, green value is 72 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c248ee hue: 0.79 , saturation: 0.83 and the lightness value of c248ee is 0.61.

The process color (four color CMYK) of #c248ee color hex is 0.18, 0.70, 0.00, 0.07. Web safe color of #c248ee is #cc33ff. Color #c248ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001000 11101110
Octal 302 110 356
Decimal 194 72 238
Hex C2 48 EE

RGB Percentages of Color #c248ee

%38.49
%14.29
%47.22

CMYK Percentages of Color #c248ee

%18
%70
%0
%7

Triadic Colors of #c248ee

#c248ee #eec248 #48eec2

Analogous Colors of #c248ee

#c248ee #ee48c7 #6f48ee

Monochromatic Colors of #c248ee

#c248ee

Complementary Color

#c248ee #74ee48

#c248ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c248ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c248ee Color CSS Codes

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

#c248ee Text Font Color

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

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


#c248ee Background Color

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

This div background color is #c248ee


#c248ee Border Color

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

This div border color is #c248ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c248ee


Comments

No comments written yet.

Please login to write comment.