Color Hex Logo

#c26ddc Color Hex

#C26DDC
(194,109,220)
0 Favorites   0 Comments

Color spaces of #c26ddc

RGB 194109220
HSL0.790.610.65
HSV286°50°86°
CMYK 0.120.500.00   0.14
XYZ40.635027.573970.8907
Yxy27.57390.29210.1982
Hunter Lab52.510946.2364-43.2851
CIE-Lab59.501851.2279-43.1675

#c26ddc color RGB value is (194,109,220).

#c26ddc hex color red value is 194, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c26ddc hue: 0.79 , saturation: 0.61 and the lightness value of c26ddc is 0.65.

The process color (four color CMYK) of #c26ddc color hex is 0.12, 0.50, 0.00, 0.14. Web safe color of #c26ddc is #cc66cc. Color #c26ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101101 11011100
Octal 302 155 334
Decimal 194 109 220
Hex C2 6D DC

RGB Percentages of Color #c26ddc

%37.09
%20.84
%42.07

CMYK Percentages of Color #c26ddc

%12
%50
%0
%14

Triadic Colors of #c26ddc

#c26ddc #dcc26d #6ddcc2

Analogous Colors of #c26ddc

#c26ddc #dc6dbf #8b6ddc

Monochromatic Colors of #c26ddc

#c26ddc

Complementary Color

#c26ddc #87dc6d

#c26ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26ddc Color CSS Codes

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

#c26ddc Text Font Color

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

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


#c26ddc Background Color

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

This div background color is #c26ddc


#c26ddc Border Color

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

This div border color is #c26ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26ddc


Comments

No comments written yet.

Please login to write comment.