color codes Logo

#c61ece color codes

#C61ECE
(198,30,206)
0 Favorites   0 Comments

Color spaces of #c61ece

RGB 19830206
HSL0.830.750.46
HSV297°85°81°
CMYK 0.040.850.00   0.19
XYZ34.893617.390559.9101
Yxy17.39050.31100.1550
Hunter Lab41.701976.3795-55.9863
CIE-Lab48.748378.9311-52.2515

#c61ece color RGB value is (198,30,206).

#c61ece hex color red value is 198, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c61ece hue: 0.83 , saturation: 0.75 and the lightness value of c61ece is 0.46.

The process color (four color CMYK) of #c61ece color code is 0.04, 0.85, 0.00, 0.19. Web safe color of #c61ece is #cc33cc. Color #c61ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 11001110
Octal 306 36 316
Decimal 198 30 206
Hex C6 1E CE

RGB Percentages of Color #c61ece

%45.62
%6.91
%47.47

CMYK Percentages of Color #c61ece

%4
%85
%0
%19

Triadic Colors of #c61ece

#c61ece #cec61e #1ecec6

Analogous Colors of #c61ece

#c61ece #ce1e7e #6e1ece

Monochromatic Colors of #c61ece

#c61ece

Complementary Color

#c61ece #26ce1e

#c61ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61ece Color CSS Codes

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

#c61ece Text Font Color

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

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


#c61ece Background Color

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

This div background color is #c61ece


#c61ece Border Color

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

This div border color is #c61ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61ece


Comments

No comments written yet.

Please login to write comment.