Color Hex Logo

#c26dbc Color Hex

#C26DBC
(194,109,188)
0 Favorites   0 Comments

Color spaces of #c26dbc

RGB 194109188
HSL0.850.410.59
HSV304°44°76°
CMYK 0.000.440.03   0.24
XYZ36.793926.037550.6634
Yxy26.03750.32420.2294
Hunter Lab51.027039.4135-23.1487
CIE-Lab58.072645.1249-27.2682

#c26dbc color RGB value is (194,109,188).

#c26dbc hex color red value is 194, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c26dbc hue: 0.85 , saturation: 0.41 and the lightness value of c26dbc is 0.59.

The process color (four color CMYK) of #c26dbc color hex is 0.00, 0.44, 0.03, 0.24. Web safe color of #c26dbc is #cc66cc. Color #c26dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101101 10111100
Octal 302 155 274
Decimal 194 109 188
Hex C2 6D BC

RGB Percentages of Color #c26dbc

%39.51
%22.20
%38.29

CMYK Percentages of Color #c26dbc

%0
%44
%3
%24

Triadic Colors of #c26dbc

#c26dbc #bcc26d #6dbcc2

Analogous Colors of #c26dbc

#c26dbc #c26d92 #9e6dc2

Monochromatic Colors of #c26dbc

#c26dbc

Complementary Color

#c26dbc #6dc273

#c26dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26dbc Color CSS Codes

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

#c26dbc Text Font Color

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

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


#c26dbc Background Color

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

This div background color is #c26dbc


#c26dbc Border Color

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

This div border color is #c26dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26dbc

#c26dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.