Color Hex Logo

#c265dd Color Hex

#C265DD
(194,101,221)
0 Favorites   0 Comments

Color spaces of #c265dd

RGB 194101221
HSL0.800.640.63
HSV287°54°87°
CMYK 0.120.540.00   0.13
XYZ39.953025.997271.3188
Yxy25.99720.29110.1894
Hunter Lab50.987450.6419-47.2408
CIE-Lab58.034455.4338-46.0458

#c265dd color RGB value is (194,101,221).

#c265dd hex color red value is 194, green value is 101 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c265dd hue: 0.80 , saturation: 0.64 and the lightness value of c265dd is 0.63.

The process color (four color CMYK) of #c265dd color hex is 0.12, 0.54, 0.00, 0.13. Web safe color of #c265dd is #cc66cc. Color #c265dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11011101
Octal 302 145 335
Decimal 194 101 221
Hex C2 65 DD

RGB Percentages of Color #c265dd

%37.60
%19.57
%42.83

CMYK Percentages of Color #c265dd

%12
%54
%0
%13

Triadic Colors of #c265dd

#c265dd #ddc265 #65ddc2

Analogous Colors of #c265dd

#c265dd #dd65bc #8665dd

Monochromatic Colors of #c265dd

#c265dd

Complementary Color

#c265dd #80dd65

#c265dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265dd Color CSS Codes

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

#c265dd Text Font Color

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

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


#c265dd Background Color

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

This div background color is #c265dd


#c265dd Border Color

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

This div border color is #c265dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265dd


Comments

No comments written yet.

Please login to write comment.