Color Hex Logo

#c28fed Color Hex

#C28FED
(194,143,237)
0 Favorites   0 Comments

Color spaces of #c28fed

RGB 194143237
HSL0.760.720.75
HSV273°40°93°
CMYK 0.180.400.00   0.07
XYZ47.356737.228784.8106
Yxy37.22870.27960.2198
Hunter Lab61.015331.7649-39.7017
CIE-Lab67.448336.6947-40.1416

#c28fed color RGB value is (194,143,237).

#c28fed hex color red value is 194, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c28fed hue: 0.76 , saturation: 0.72 and the lightness value of c28fed is 0.75.

The process color (four color CMYK) of #c28fed color hex is 0.18, 0.40, 0.00, 0.07. Web safe color of #c28fed is #cc99ff. Color #c28fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001111 11101101
Octal 302 217 355
Decimal 194 143 237
Hex C2 8F ED

RGB Percentages of Color #c28fed

%33.80
%24.91
%41.29

CMYK Percentages of Color #c28fed

%18
%40
%0
%7

Triadic Colors of #c28fed

#c28fed #edc28f #8fedc2

Analogous Colors of #c28fed

#c28fed #ed8fe9 #938fed

Monochromatic Colors of #c28fed

#c28fed

Complementary Color

#c28fed #baed8f

#c28fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28fed Color CSS Codes

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

#c28fed Text Font Color

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

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


#c28fed Background Color

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

This div background color is #c28fed


#c28fed Border Color

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

This div border color is #c28fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28fed


Comments

No comments written yet.

Please login to write comment.