color codes Logo

#ce7ccc color codes

#CE7CCC
(206,124,204)
0 Favorites   0 Comments

Color spaces of #ce7ccc

RGB 206124204
HSL0.840.460.65
HSV301°40°81°
CMYK 0.000.400.01   0.19
XYZ43.560331.896760.9875
Yxy31.89670.31930.2338
Hunter Lab56.477238.8403-24.4910
CIE-Lab63.257443.8700-28.2124

#ce7ccc color RGB value is (206,124,204).

#ce7ccc hex color red value is 206, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce7ccc hue: 0.84 , saturation: 0.46 and the lightness value of ce7ccc is 0.65.

The process color (four color CMYK) of #ce7ccc color code is 0.00, 0.40, 0.01, 0.19. Web safe color of #ce7ccc is #cc66cc. Color #ce7ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11001100
Octal 316 174 314
Decimal 206 124 204
Hex CE 7C CC

RGB Percentages of Color #ce7ccc

%38.58
%23.22
%38.20

CMYK Percentages of Color #ce7ccc

%0
%40
%1
%19

Triadic Colors of #ce7ccc

#ce7ccc #ccce7c #7cccce

Analogous Colors of #ce7ccc

#ce7ccc #ce7ca3 #a77cce

Monochromatic Colors of #ce7ccc

#ce7ccc

Complementary Color

#ce7ccc #7cce7e

#ce7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7ccc Color CSS Codes

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

#ce7ccc Text Font Color

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

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


#ce7ccc Background Color

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

This div background color is #ce7ccc


#ce7ccc Border Color

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

This div border color is #ce7ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,124,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce7ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce7ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #ce7ccc;
  box-shadow:         1px 1px 3px 2px #ce7ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,124,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7ccc


Comments

No comments written yet.

Please login to write comment.