Color Hex Logo

#c10cbf Color Hex

#C10CBF
(193,12,191)
0 Favorites   0 Comments

Color spaces of #c10cbf

RGB 19312191
HSL0.840.880.40
HSV301°94°76°
CMYK 0.000.940.01   0.24
XYZ31.527815.362050.5937
Yxy15.36200.32340.1576
Hunter Lab39.194474.9945-49.0979
CIE-Lab46.126178.3313-47.7947

#c10cbf color RGB value is (193,12,191).

#c10cbf hex color red value is 193, green value is 12 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c10cbf hue: 0.84 , saturation: 0.88 and the lightness value of c10cbf is 0.40.

The process color (four color CMYK) of #c10cbf color hex is 0.00, 0.94, 0.01, 0.24. Web safe color of #c10cbf is #cc00cc. Color #c10cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 10111111
Octal 301 14 277
Decimal 193 12 191
Hex C1 C BF

RGB Percentages of Color #c10cbf

%48.74
%3.03
%48.23

CMYK Percentages of Color #c10cbf

%0
%94
%1
%24

Triadic Colors of #c10cbf

#c10cbf #bfc10c #0cbfc1

Analogous Colors of #c10cbf

#c10cbf #c10c65 #690cc1

Monochromatic Colors of #c10cbf

#c10cbf

Complementary Color

#c10cbf #0cc10e

#c10cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10cbf Color CSS Codes

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

#c10cbf Text Font Color

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

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


#c10cbf Background Color

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

This div background color is #c10cbf


#c10cbf Border Color

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

This div border color is #c10cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,12,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c10cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c10cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c10cbf;
  box-shadow:         1px 1px 3px 2px #c10cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,12,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10cbf


Comments

No comments written yet.

Please login to write comment.