Color Hex Logo

#c28ece Color Hex

#C28ECE
(194,142,206)
0 Favorites   0 Comments

Color spaces of #c28ece

RGB 194142206
HSL0.800.400.68
HSV289°31°81°
CMYK 0.060.310.00   0.19
XYZ43.061735.271662.9310
Yxy35.27160.30480.2497
Hunter Lab59.389925.4923-21.2522
CIE-Lab65.959630.7463-25.2865

#c28ece color RGB value is (194,142,206).

#c28ece hex color red value is 194, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c28ece hue: 0.80 , saturation: 0.40 and the lightness value of c28ece is 0.68.

The process color (four color CMYK) of #c28ece color hex is 0.06, 0.31, 0.00, 0.19. Web safe color of #c28ece is #cc99cc. Color #c28ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001110 11001110
Octal 302 216 316
Decimal 194 142 206
Hex C2 8E CE

RGB Percentages of Color #c28ece

%35.79
%26.20
%38.01

CMYK Percentages of Color #c28ece

%6
%31
%0
%19

Triadic Colors of #c28ece

#c28ece #cec28e #8ecec2

Analogous Colors of #c28ece

#c28ece #ce8eba #a28ece

Monochromatic Colors of #c28ece

#c28ece

Complementary Color

#c28ece #9ace8e

#c28ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28ece Color CSS Codes

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

#c28ece Text Font Color

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

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


#c28ece Background Color

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

This div background color is #c28ece


#c28ece Border Color

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

This div border color is #c28ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28ece


Comments

No comments written yet.

Please login to write comment.