Color Hex Logo

#c71ceb Color Hex

#C71CEB
(199,28,235)
0 Favorites   0 Comments

Color spaces of #c71ceb

RGB 19928235
HSL0.800.840.52
HSV290°88°92°
CMYK 0.150.880.00   0.08
XYZ38.963818.970880.2054
Yxy18.97080.28210.1373
Hunter Lab43.555583.4602-78.6909
CIE-Lab50.653084.1330-65.7060

#c71ceb color RGB value is (199,28,235).

#c71ceb hex color red value is 199, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c71ceb hue: 0.80 , saturation: 0.84 and the lightness value of c71ceb is 0.52.

The process color (four color CMYK) of #c71ceb color hex is 0.15, 0.88, 0.00, 0.08. Web safe color of #c71ceb is #cc33ff. Color #c71ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011100 11101011
Octal 307 34 353
Decimal 199 28 235
Hex C7 1C EB

RGB Percentages of Color #c71ceb

%43.07
%6.06
%50.87

CMYK Percentages of Color #c71ceb

%15
%88
%0
%8

Triadic Colors of #c71ceb

#c71ceb #ebc71c #1cebc7

Analogous Colors of #c71ceb

#c71ceb #eb1ca8 #5f1ceb

Monochromatic Colors of #c71ceb

#c71ceb

Complementary Color

#c71ceb #40eb1c

#c71ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71ceb Color CSS Codes

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

#c71ceb Text Font Color

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

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


#c71ceb Background Color

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

This div background color is #c71ceb


#c71ceb Border Color

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

This div border color is #c71ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,28,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c71ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c71ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #c71ceb;
  box-shadow:         1px 1px 3px 2px #c71ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,28,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71ceb


Comments

No comments written yet.

Please login to write comment.